react-native-google-places icon indicating copy to clipboard operation
react-native-google-places copied to clipboard

Group autocomplete requests with session token

Open ollieh-m opened this issue 6 years ago • 1 comments

Given google's pricing changes for autocompletion requests, I believe it's now significantly cheaper to group autocomplete requests with a session token: https://developers.google.com/places/web-service/autocomplete

Is it possible to add a session token to the autocomplete requests made by getAutocompletePredictions in this library?

Many thanks

ollieh-m avatar Aug 06 '18 14:08 ollieh-m

First off, get on the new beta release, see #198 to get started. Would most likely add your request in an update but this is automatically done for you on android (in the new release) - so this only applies to iOS

tolu360 avatar Mar 11 '19 13:03 tolu360