nativescript-googleplaces-autocomplete-temp
v1.0.5
Published
A plugin to get autocomplete queries from Google Places using the native APIs.
Downloads
27
Maintainers
Readme
Temp NPM package for https://github.com/derTuca/nativescript-googleplaces-autocomplete
The git package wasn't published, so created a temp package until the official one comes back.
I fixed a few bugs in the original version and removed the dependency to nativescript-geolocation. I also added locality biasing support for the iOS native Places SDK implementation.
The signature of the get() is now:
get(query: string, filterType: FilterTypes, lat: number, lon: number)