Directions
Info
Coming Soon — Directions API is not yet available on maps.guru. This page documents the planned API surface. Check back soon for updates.
The Directions API will calculate optimal routes between two or more points with distance, duration, and turn-by-turn instructions.
Planned Endpoint
GET /v1/directions?origin={lat,lng}&destination={lat,lng}&key={api_key}
Planned Travel Modes
| Mode | Description |
|---|---|
driving | Car routing (default) |
walking | Pedestrian routing |
cycling | Bicycle routing |