Geocode
geocodeGeocoding: convert an address, place name, or free-text location query into geographic coordinates (latitude/longitude). Returns formatted address, country, lat, lon, type, and match score. Example: geocode({ query: "350 5th Ave, New York" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default 5) | |
| query | Yes | Address or place to geocode, e.g. "350 5th Ave, New York" or "Eiffel Tower" | |
| _apiKey | No | Optional — your own TomTom API key for higher limits; omit to use the shared Pipeworx key. |