nearby_find
Discover nearby cities, towns, or points of interest from any address or coordinates. Distances calculated and results sorted by proximity.
Instructions
Discover nearby cities, towns, or points of interest from any location or address. Automatically calculates distances and sorts results by proximity. Supports both coordinate and address-based searches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| what | Yes | Type of places to search for: "cities" for major cities, "towns" for smaller localities, "pois" for points of interest, "custom" for specific types via included_types | |
| origin | Yes | Starting location for the search. Provide either coordinates like {"lat": 37.7749, "lng": -122.4194} or an address like {"address": "San Francisco, CA"} | |
| region | No | Region code for biasing results (ISO 3166-1 alpha-2, e.g., "US", "GB", "DE") | |
| language | No | Language code for results (ISO 639-1, e.g., "en", "es", "fr") | |
| max_results | No | Maximum number of results to return (default: 20) | |
| radius_meters | No | Search radius in meters (default: 30000) | |
| included_types | No | Specific place types to include (used with what=custom or pois). Example: ["restaurant", "gas_station", "tourist_attraction"] |