nativescript-googleplaces-autocomplete-temp
A plugin to get autocomplete queries from Google Places using the native APIs.
npm i --save nativescript-googleplaces-autocomplete-temp
- Version: 1.0.5
- GitHub:
- NPM: https://www.npmjs.com/package/nativescript-googleplaces-autocomplete-temp
- Downloads:
- Last Day: 0
- Last Week: 0
- Last Month: 0
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)