
Package index
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_job() - Solve Location-Allocation (Async)
-
snap_to_roads() - Snap Points to Roads
-
get_travel_modes() - Get available travel modes
-
decode_compressed_geometry() - Decode Compressed Geometry