geocode
Convert addresses or place names to geographic coordinates. Search by single-line address, place name, or point of interest with optional location and category filters.
Instructions
Search for an address, place or point of interest.
Args:
singleLine: Complete address in a single string (e.g., "1600 Pennsylvania Ave NW, DC")
address: Place name or address (e.g., "Starbucks" or "380 New York St")
location: Optional point to search near, as "longitude,latitude" (e.g., "-122.4194,37.7749")
category: Optional POI category to search for (e.g., "gas station")
outFields: Fields to return in the response (default: all fields)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | No | ||
| category | No | ||
| location | No | ||
| outFields | No | * | |
| singleLine | No |