Tool to perform forward geocoding and return results in Google Geocoding API v3 compatible JSON format. Use when you need Google v3 compatible output for legacy integrations. Note: This is a legacy format that may be discontinued; using the standard JSON format is recommended.
qRequiredstringThe query string to be geocoded. Either latitude,longitude for reverse geocoding or a placename/address for forward geocoding. Must be URL encoded.
abbrvintegerWhen set to 1, attempt to abbreviate and shorten the formatted string returned
limitintegerMaximum number of results to return. Default is 10, max is 100. Only applies to forward geocoding.
boundsstringRestrict forward geocoding results to a bounding box. Format: min_lng,min_lat,max_lng,max_lat
prettyintegerWhen set to 1, results are pretty printed for easier reading
languagestringIETF format language code (e.g., es, pt-BR) or 'native' for local language(s)
roadinfointegerWhen set to 1, attempt to match the nearest road and fill additional roadinfo annotation
no_dedupeintegerWhen set to 1, results will not be deduplicated
no_recordintegerWhen set to 1, the query contents are not logged for privacy
proximitystringBias forward geocoding results towards a location. Format: latitude,longitude
add_requestintegerWhen set to 1, the various request parameters are added to the response for debugging
countrycodestringRestrict forward geocoding results to specific countries. ISO 3166-1 Alpha 2 codes, comma-separated for multiple
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.