find_ev_charging_stations
Find EV charging stations near any location using OpenStreetMap data. Filter results by connector type and minimum power to identify suitable charging stops.
Instructions
Locate electric vehicle charging stations near a specific location.
This specialized search tool identifies EV charging infrastructure within a specified distance from a location. Results can be filtered by connector type (Tesla, CCS, CHAdeMO, etc.) and minimum power delivery. Essential for EV owners planning trips or evaluating potential charging stops.
Args: latitude: Center point latitude (decimal degrees) longitude: Center point longitude (decimal degrees) radius: Search radius in meters (defaults to 5000m/5km) connector_types: Optional list of specific connector types to filter by (e.g., ["type2", "ccs", "tesla"]) min_power: Minimum charging power in kW
Returns: List of charging stations with: - Location name and operator - Available connector types - Charging speeds - Number of charging points - Access restrictions - Other relevant metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| radius | No | ||
| latitude | Yes | ||
| longitude | Yes | ||
| min_power | No | ||
| connector_types | No |