Venues near a point
venues_nearPriced venues within a radius of a latitude/longitude, nearest first, with their cheapest drink in each category and the distance. Use when the user has shared a location or named a place you can geocode yourself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many to return (default 10). | |
| latitude | Yes | ||
| longitude | Yes | ||
| radius_km | No | Search radius in km (default 2). |