-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make it possible to specify fields when pick up a place from Autocomplete results because of the new Price System #160
Comments
It is in the documentation and in the example, you have to use Autocomplete.setFields():
https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete
This is the list of available fields: https://developers.google.com/maps/documentation/javascript/reference/3.exp/places-service#PlaceResult |
@tylercb So how to use setFields for this library? RNGooglePlaces.Autocomplete.setFields()? |
|
@kknd113 |
OK, I reviewed my google api console again and found that Atmosphere Data and Contact Data Requests were not called by this library but a "javascript map http call" and for native android sdk(just this library), it costs almost nothing(?). this issue can be closed. |
This has been added to the latest beta release, please see #198 to get started. |
Hey , thank you for your awesome library. I like it and used it in my app very well.
But as Google has published the new price system of Google Map Platform, to pick up a place from Autocomplete results, it will cost unnecessary money for developers those don't want some especial information for a place like opening_hours, website, price_level, rating, review....
If i can specify only basic fields for picking a place ,it will cost a little cheaper.
As described in the google official article:
and this is my app costs from June, 1
the Atmosphere Data and Contact Data which are unnecessary for me cost a lot which is so painful for a app that hasn't make money yet.
The text was updated successfully, but these errors were encountered: