nativescript-googleplaces-autocomplete-temp
by nrao6 | v1.0.5
A plugin to get autocomplete queries from Google Places using the native APIs.
npm i --save nativescript-googleplaces-autocomplete-temp

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)