find_amenities_nearby
Locate nearby amenities like restaurants, shops, or services around a specific geographic point using OpenStreetMap data.
Instructions
Find amenities near a specific location
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude | |
| lon | Yes | Longitude | |
| radius | No | Search radius in meters (default: 1000) | |
| amenity_type | No | Specific amenity type to search for |