Routes pricing
Please see below for pricing buckets for each API:
Calculate Routes
This price is based on the number of routes calculated. CalculateRoutes
has three pricing buckets: Core, Advanced, and Premium.
- Core
-
This price bucket supports the travel modes Car, Truck, and Pedestrian, without toll cost calculation.
- Advanced
-
This price bucket supports alternative travel modes such as Scooter, without toll cost calculation.
- Premium
-
This price bucket supports toll cost calculation. You will be charged at Premium price when you request toll cost calculation by setting the request parameters
LegAdditionalFeatures["Tolls"]
orSpanAdditionalFeatures["TollSystems"]
, regardless of travel mode.
Calculate Route Matrix
This price is based on the number of routes calculated. The number of routes calculated in each request is equal to the number of origins multiplied by the number of destinations. (Number of Routes = Number of origins x Number of Destinations) For example, when using a matrix size of 300 origins by 100 destinations, the total number of routes calculated is 30,000 (300 x 100 = 30,000).
CalculateRouteMatrix
has 2 pricing buckets: Core and Advanced.
- Core
-
This price bucket supports travel modes Car, Truck, and Pedestrian.
- Advanced
-
This price bucket supports alternative travel modes, such as Scooter.
Optimize Waypoint
This price is based on the number of API requests. OptimizeWaypoint
has 2 pricing buckets: Advanced and Premium.
- Advanced
-
This pricing bucket supports travel modes Car, Truck and Pedestrian, with the bounding box of the input points within 200km, and no optional parameters (such as
Avoid
,Driver
,Exclude.Countries
,TravelModeOptions.Truck.HazardousCargos
,TravelModeOptions.Truck.TunnelRestrictionCode
, and no additional waypoints or destination constraints such asAccessHours
,AppointmentTime
,Before
,Heading
,ServiceDuration
,SideOfStreet
). - Premium
-
This pricing bucket has no restrictions on travel modes and supports optional parameters, including:
Avoid
,Driver
,Exclude.Countries
,TravelModeOptions.Truck.HazardousCargos
,TravelModeOptions.Truck.TunnelRestrictionCode
, and optional waypoints or destination constraints such as:AccessHours
,AppointmentTime
,Before
,Heading
,ServiceDuration
,SideOfStreet
.
Both Advanced and Premium price buckets support up to 20 waypoints in a single request.
Snap-to-road
This price is based on the number of API requests. SnaptoRoad
has 2 pricing buckets: Advanced and Premium.
- Advanced
-
This pricing bucket supports travel modes Car, Truck and Pedestrian, with a
TracePoints
count up to 200 and with a maximum airline distance betweenTracePoints
of 100 kilometers. - Premium
-
This pricing bucket has no restrictions on travel modes, up to 5,000
TracePoints
points.
Calculate Isoline
This price is based on the number of Isolines calculated in the response. CalculateIsoline
has 2 pricing buckets: Advanced and Premium.
- Advanced
-
This pricing bucket supports travel modes Car, Truck and Pedestrian, with
Thresholds.Time
values up to 60 minutes orThresholds.Distance
values up to 100 kilometers. - Premium
-
This pricing bucket has no restrictions on travel modes, with
Thresholds.Time
values up to 180 minutes orThresholds.Distance
values up to 300KM.