get_directions | Get driving, walking, or cycling directions between locations. Returns distance, duration, turn-by-turn steps, and terrain analytics. |
optimize_stops | Find the fastest order to visit multiple stops. Returns optimised route with distance/time savings. |
compare_routes | Compare walk vs bike vs drive between the same locations. Side-by-side distance, duration, and terrain difficulty. |
find_and_route | Find a place by name and get directions to it in one step. Combines geocoding and routing. |
get_isochrone | Find everywhere reachable within a time or distance limit from a starting point. Returns a polygon boundary. |
get_matrix | Calculate travel times and distances between every combination of origins and destinations. |
get_elevation | Get elevation data for a list of coordinates. Returns heights and summary statistics. |
snap_trace | Clean up a GPS trace and get road surface, class, speed, and terrain details. |
search_along_route | Find places along a route ranked by how little detour they add. |