find_parking_facilities
Locate parking lots, garages, and street parking near any location. Filter by parking type and view capacity, fees, and access details to plan trips and navigate urban areas.
Instructions
Locate parking facilities near a specific location.
This tool finds parking options (lots, garages, street parking) near a specified location. Results can be filtered by parking type and include capacity information where available. Useful for trip planning, city navigation, and evaluating parking availability in urban areas.
Args: latitude: Center point latitude (decimal degrees) longitude: Center point longitude (decimal degrees) radius: Search radius in meters (defaults to 1000m/1km) parking_type: Optional filter for specific types of parking facilities ("surface", "underground", "multi-storey", etc.)
Returns: List of parking facilities with: - Name and type - Capacity information if available - Fee structure if available - Access restrictions - Distance from search point
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| radius | No | ||
| latitude | Yes | ||
| longitude | Yes | ||
| parking_type | No |