Routing engine settings use to specify configuration of the routing engine
Name of the engine to be used.
Possible values: [euclidian, euclidian_geo, asteria, graphhopper, mapbox, valhalla, osrm, osrme, google, here, spheroid, spheriodtd, tomtom]
asteriaRoad network to be used by the routing engine (routing profile)
osrmeAPI key for the mapping service
nullURL of the routing engine to request the data from
http://mapbox-osrm-proxySets approacch values in the resuts to unrestricted with false, and curb with true value. The approaches are set only for the first and the last stop in the trip
nullSets approacch values in the resuts to unrestricted with false, and curb with true value. The approaches are set for all waypoints in a trip except for the first and the last stop
nullApplies continue_straight flag to the routing request. WHen set to null default map setting is applied.
nullSpeed value used by the routing engine if fiexed speed is enabled with use_speed_in_routing flga
0Can be used to manually adjust the time needed to move between waypoints compared to what the routing engine provides based on the vehicle profile.
1trueDefines size of the matix to request from the routing engine with a single request for optimization purposes
250Defines default timestamp type to be used for requesting the route
start_timeIf enabled, forces the routing engine to use fixed speed and disregard speeds from the map
false{
"routing_engine_name": "asteria",
"road_network": "osrme",
"key": null,
"url": "http://mapbox-osrm-proxy",
"curb": null,
"intermediate_curb": null,
"continue_straight": null,
"speed": 0,
"time_factor": 1,
"make_depot_zero": true,
"batch_matrix_size": 250,
"osrme_timestamp_mode": "start_time",
"use_speed_in_routing": false
}