maps_search_nearby
List places within a hard radius around a coordinate, with optional type filters, to answer proximity questions like 'what is within 500 m?'
Instructions
List places inside a circle around a coordinate, optionally filtered by type (e.g. ["cafe", "bakery"]). Unlike maps_search_places the radius is a hard restriction, so this is the tool for "what is within 500 m of here" questions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Optional field mask overriding the default response fields. Extra fields can raise the billing tier, e.g. "reviews" moves the call to the Enterprise + Atmosphere SKU. | |
| rank_by | No | Ranking within the circle, default POPULARITY. | |
| latitude | Yes | Centre latitude of the search circle. | |
| longitude | Yes | Centre longitude of the search circle. | |
| max_results | No | Maximum number of results, 1 to 20 (default 10). | |
| region_code | No | CLDR region code, e.g. "CH". | |
| language_code | No | ISO 639 language code for the response. | |
| radius_meters | Yes | Search radius in metres (max 50000). Unlike maps_search_places this is a hard restriction. | |
| excluded_types | No | Optional place types to exclude. | |
| included_types | No | Optional place types to include, e.g. ["cafe", "bakery"]. Omit for all types. |