bulk-geocode
Geocode multiple addresses in a single request and retrieve results as a JSON list with coordinates, bounding box, and local context information. Best suited for address-based searches, not POIs.
Instructions
Perform multiple address geocoding operations in a single request. Returns results as a JSON list, showing only the first result for each. Using this to geocode POIs is strongly discouraged, as many places with the same name exist; only use this for addresses. Returned geographic information includes coordinates, bounding box, local context (what country, city, etc. is it in).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
items | Yes | Array of geocoding items to process in bulk. |