Skip to contents

Routing

Find the best route between an ordered or optimized set of stops and generate turn-by-turn directions.

find_routes()
Find Routes
find_routes_job()
Find Routes (Async)

Service areas

Generate polygons and lines describing the area reachable from a set of facilities within a given travel time or distance.

find_service_areas()
Solve Service Area
find_service_areas_job()
Generate Service Areas (Async)
download_service_area_results()
Download Service Area Results

Closest facility

Find one or more nearby facilities from a set of incidents based on travel time or distance.

find_closest_facilities()
Find Closest Facilities
find_closest_facilities_job()
Find Closest Facilities (Async)

Origin-destination cost matrix

Measure the travel time or distance between every origin and every destination in a pair of point sets.

od_cost_matrix()
Origin-Destination Cost Matrix
od_cost_matrix_job()
Generate Origin-Destination Cost Matrix (Async)
download_od_results()
Download Origin-Destination Cost Matrix Results

Vehicle routing & last mile delivery

Plan efficient routes for a fleet of vehicles servicing a set of orders, including clustered last mile delivery problems.

route_vehicles()
Route Vehicles
route_vehicles_job()
Solve Vehicle Routing Problem (Async)
last_mile_delivery()
Solve Last Mile Delivery (Async)

Location-allocation

Choose the set of facilities that best serves demand from surrounding areas.

location_allocation_job()
Solve Location-Allocation (Async)

Snap to roads

Snap a sequence of GPS points to the most likely roads traveled.

snap_to_roads()
Snap Points to Roads

Travel modes

Discover the modes of transportation available to your organization.

get_travel_modes()
Get available travel modes

Geometry helpers

Utilities for working with the geometries returned by the routing services.

decode_compressed_geometry()
Decode Compressed Geometry