Geocode an address and return results wrapped in a JavaScript callback function (JSONP format). Use this tool when you need geocoding results that can be directly consumed by JavaScript through a callback function, typically for cross-domain AJAX requests in browser environments…
qRequiredstringThe address or location query to geocode (e.g., 'Berlin, Germany' or '1600 Pennsylvania Ave, Washington DC')
abbrvintegerAbbreviate place names in results. Set to 1 to abbreviate (e.g., 'NYC' instead of 'New York City'), 0 for full names.
limitintegerMaximum number of results to return (1-100). Defaults to 10 if not specified.
boundsstringRestrict results to a geographic bounding box, specified as 'minLng,minLat,maxLng,maxLat' (west,south,east,north). Example: '-0.563,51.280,0.278,51.686' for Greater London.
prettyintegerFormat JSON output with indentation for readability. Set to 1 to enable. For debugging only.
callbackRequiredstringName of the JavaScript callback function to wrap the response (e.g., 'handleGeocode')
languagestringPreferred language for results using ISO 639-1 language code (e.g., 'en' for English, 'de' for German).
no_dedupeintegerDisable automatic deduplication of results. Set to 1 to include potential duplicates.
no_recordintegerDo not log this request in your account history. Set to 1 to disable logging.
proximitystringBias results towards a specific location, specified as 'lat,lng'. Example: '51.952,-1.162' for near Oxford, UK.
add_requestintegerInclude the original request parameters in the response. Set to 1 to include.
countrycodestringLimit results to a specific country using ISO 3166-1 alpha-2 country code (e.g., 'US', 'DE', 'GB').
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.