- Issue created by @valery.suslov
- First commit to issue fork.
Geocoder plugin for Google Places API queries all fields during Place Details API call, hence can result in extra billing if contact or atmosphere fields are returned.
Fields (Place details) in Places API
Call geocode for the place that have contact or/and atmosphere data.
Since only geometry and formatted_address are used, add "&fields=geometry,formatted_address" to the query string when calling place details API.
Active
3.0
GoogleMapsAPI