Compute a bike, scooter, motorcycle, wheelchair or walking route (Europe)
compute_routePlan trips by bike, e-bike, scooter, motorcycle, wheelchair, or on foot across Europe. Compare safe, balanced, and fast variants with safety indicators, climb, and turn-by-turn directions.
Instructions
Computes up to three routes (safe, balanced, fast) between two points in Europe for a bike, e-bike, kick scooter, motorcycle, wheelchair or on foot, with the share of cycle lanes, unpaved surfaces, main roads and motorways, the climb, and turn-by-turn steps. Use it to plan a safe cycling commute, compare a safe and a fast option, check wheelchair accessibility of a trip, or plan a motorcycle trip avoiding tolls or motorways. Coordinates are longitude/latitude: geocode addresses first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | bike, ebike, scooter (kick scooter), moto (motorcycle), wheelchair, foot | bike |
| avoid | No | ferries, steps; tolls and highways (moto); unpaved and steep (wheelchair) | |
| origin | Yes | Start point | |
| language | No | Language of the turn-by-turn instructions | en |
| variants | No | Which variants to return (default: all three) | |
| waypoints | No | Up to 8 intermediate stops, in order | |
| destination | Yes | End point | |
| include_steps | No | Include turn-by-turn instructions | |
| include_geometry | No | Include the encoded polyline (Google algorithm, precision 5) | |
| include_elevation_profile | No | Include the elevation profile (up to 100 points) |