Geocode a location query and return results in XML format. Supports both forward geocoding (address to coordinates) and reverse geocoding (coordinates to address). Use this when you need XML-formatted output instead of JSON.
qRequiredstringLocation query: use an address or place name for forward geocoding, or 'lat,lng' coordinates for reverse geocoding
abbrvintegerSet to 1 to return abbreviated address components (e.g., 'CA' instead of 'California')
limitintegerMaximum number of results to return (1-100). Default is 10 if not specified
prettyintegerSet to 1 for human-readable formatted XML output, 0 or omit for compact output
languagestringIETF language tag for results (e.g., 'en' for English, 'de' for German, 'fr' for French)
roadinfointegerSet to 1 to include detailed road and driving information for the location
no_dedupeintegerSet to 1 to return all results including duplicates, 0 or omit to deduplicate
add_requestintegerSet to 1 to include original request parameters in the response for debugging
countrycodestringRestrict results to specific countries using comma-separated ISO 3166-1 alpha-2 codes (e.g., 'us,ca' for USA and Canada)
min_confidenceintegerFilter results to only include those with confidence score at or above this value (1-10, where 10 is highest)
no_annotationsintegerSet to 1 to exclude supplementary annotations (timezone, currency, etc.), 0 or omit to include
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.