Minimize total drive time
POST /directions/v1/optimized reorders your stops automatically - fewer
kilometers, more deliveries per driver, lower fuel cost per route.
Minimize total drive time
POST /directions/v1/optimized reorders your stops automatically - fewer
kilometers, more deliveries per driver, lower fuel cost per route.
No geocoding pipeline needed
Pass coordinates, free-form addresses, or structured addresses in the same request. The API resolves them inline - no separate geocoding step to build or maintain.
Bad addresses don't kill the route
Unresolvable stops are excluded and returned in excluded_waypoints - the
remaining route is still computed and returned. One bad address doesn’t
cancel the whole delivery run.
Know every arrival time
Set a departure time and per-stop service time - every waypoint returns a precise arrival time. Add time windows to enforce delivery slots; any violation is reported with exact seconds early or late.