Geokeo
geokeoGeokeo provides geocoding services, converting addresses to coordinates and vice versa, with a free tier offering 2,500 daily API requests.
Acciones disponibles (2)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Forward GeocodingGEOKEO_FORWARD_GEOCODINGAcciónTool to perform forward geocoding lookup by address or place name. Use when you need to convert a query string into geographic coordinates and structured address information.
GEOKEO_FORWARD_GEOCODINGAcciónTool to perform forward geocoding lookup by address or place name. Use when you need to convert a query string into geographic coordinates and structured address information.
Parámetros de entrada
qstringObligatorioSearch query (address or place name), max 50 characters.
apistringObligatorioAPI key for authentication from your Geokeo dashboard.
formatstringenumResponse format; only 'json' is supported.
jsonxmlcountrystringOptional two-letter ISO 3166-1 alpha-2 country code to restrict results.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Reverse Geocoding LookupGEOKEO_REVERSE_GEOCODINGAcciónTool to perform reverse geocoding. Use when you have latitude and longitude and need an address.
GEOKEO_REVERSE_GEOCODINGAcciónTool to perform reverse geocoding. Use when you have latitude and longitude and need an address.
Parámetros de entrada
apistringAPI key for authentication; uses metadata if not provided
latnumberObligatorioLatitude to reverse geocode, must be between -90 and 90
lngnumberObligatorioLongitude to reverse geocode, must be between -180 and 180
formatstringenumResponse format, either 'json' or 'xml'
jsonxml
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not