RouteGetRouteDirectionsQueryParamProperties interface
Properties
acceleration |
Specifies the efficiency of converting chemical energy stored in fuel to kinetic energy when the vehicle accelerates (i.e. KineticEnergyGained/ChemicalEnergyConsumed). ChemicalEnergyConsumed is obtained by converting consumed fuel to chemical energy using fuelEnergyDensityInMJoulesPerLiter. Must be paired with decelerationEfficiency. The range of values allowed are 0.0 to 1/decelerationEfficiency. Sensible Values : for Combustion Model : 0.33, for Electric Model : 0.66 |
alternative |
Controls the optimality, with respect to the given planning criteria, of the calculated alternatives compared to the reference route. |
arrive |
The date and time of arrival at the destination point formatted as a Examples:
The |
auxiliary |
Specifies the amount of power consumed for sustaining auxiliary systems, in kilowatts (kW). It can be used to specify consumption due to devices and systems such as AC systems, radio, heating, etc. Sensible Values : 1.7 |
auxiliary |
Specifies the amount of fuel consumed for sustaining auxiliary systems of the vehicle, in liters per hour. It can be used to specify consumption due to devices and systems such as AC systems, radio, heating, etc. Sensible Values : 0.2 |
avoid | Specifies something that the route calculation should try to avoid when determining the route. Can be specified multiple times in one request, for example, '&avoid=motorways&avoid=tollRoads&avoid=ferries'. In Route Range requests, the value alreadyUsedRoads must not be used. |
compute |
Re-order the route waypoints using a fast heuristic algorithm to reduce the route length. Yields best results when used in conjunction with routeType shortest. Notice that origin and destination are excluded from the optimized waypoint indices. To include origin and destination in the response, please increase all the indices by 1 to account for the origin, and then add the destination as the final index. Possible values are true or false. True computes a better order if possible, but is not allowed to be used in conjunction with maxAlternatives value greater than 0 or in conjunction with circle waypoints. False will use the locations in the given order and not allowed to be used in conjunction with routeRepresentation none. |
compute |
Specifies whether to return additional travel times using different types of traffic information (none, historic, live) as well as the default best-estimate travel time. |
constant |
Specifies the speed-dependent component of consumption. Provided as an unordered list of speed/consumption-rate pairs. The list defines points on a consumption curve. Consumption rates for speeds not in the list are found as follows:
The list must contain between 1 and 25 points (inclusive), and may not contain duplicate points for the same speed. If it only contains a single point, then the consumption rate of that point is used without further processing. Consumption specified for the largest speed must be greater than or equal to that of the penultimate largest speed. This ensures that extrapolation does not lead to negative consumption rates. Similarly, consumption values specified for the two smallest speeds in the list cannot lead to a negative consumption rate for any smaller speed. The valid range for the consumption values(expressed in kWh/100km) is between 0.01 and 100000.0. Sensible Values : 50,8.2:130,21.3 This parameter is required for Electric consumption model. |
constant |
Specifies the speed-dependent component of consumption. Provided as an unordered list of colon-delimited speed & consumption-rate pairs. The list defines points on a consumption curve. Consumption rates for speeds not in the list are found as follows:
The list must contain between 1 and 25 points (inclusive), and may not contain duplicate points for the same speed. If it only contains a single point, then the consumption rate of that point is used without further processing. Consumption specified for the largest speed must be greater than or equal to that of the penultimate largest speed. This ensures that extrapolation does not lead to negative consumption rates. Similarly, consumption values specified for the two smallest speeds in the list cannot lead to a negative consumption rate for any smaller speed. The valid range for the consumption values(expressed in l/100km) is between 0.01 and 100000.0. Sensible Values : 50,6.3:130,11.5 Note : This parameter is required for The Combustion Consumption Model. |
current |
Specifies the current electric energy supply in kilowatt hours (kWh). This parameter co-exists with maxChargeInkWh parameter. The range of values allowed are 0.0 to maxChargeInkWh. Sensible Values : 43 |
current |
Specifies the current supply of fuel in liters. Sensible Values : 55 |
deceleration |
Specifies the efficiency of converting kinetic energy to saved (not consumed) fuel when the vehicle decelerates (i.e. ChemicalEnergySaved/KineticEnergyLost). ChemicalEnergySaved is obtained by converting saved (not consumed) fuel to energy using fuelEnergyDensityInMJoulesPerLiter. Must be paired with accelerationEfficiency. The range of values allowed are 0.0 to 1/accelerationEfficiency. Sensible Values : for Combustion Model : 0.83, for Electric Model : 0.91 |
depart |
The date and time of departure from the origin point formatted as a
Examples:
The |
downhill |
Specifies the efficiency of converting potential energy to saved (not consumed) fuel when the vehicle loses elevation (i.e. ChemicalEnergySaved/PotentialEnergyLost). ChemicalEnergySaved is obtained by converting saved (not consumed) fuel to energy using fuelEnergyDensityInMJoulesPerLiter. Must be paired with uphillEfficiency. The range of values allowed are 0.0 to 1/uphillEfficiency. Sensible Values : for Combustion Model : 0.51, for Electric Model : 0.73 |
fuel |
Specifies the amount of chemical energy stored in one liter of fuel in megajoules (MJ). It is used in conjunction with the *Efficiency parameters for conversions between saved or consumed energy and fuel. For example, energy density is 34.2 MJ/l for gasoline, and 35.8 MJ/l for Diesel fuel. This parameter is required if any *Efficiency parameter is set. Sensible Values : 34.2 |
hilliness | Degree of hilliness for thrilling route. This parameter can only be used in conjunction with |
instructions |
If specified, guidance instructions will be returned. Note that the instructionsType parameter cannot be used in conjunction with routeRepresentation=none. |
language | The language parameter determines the language of the guidance messages. Proper nouns (the names of streets, plazas, etc.) are returned in the specified language, or if that is not available, they are returned in an available language that is close to it. Allowed values are (a subset of) the IETF language tags. The currently supported languages are listed in the Supported languages section. Default value: en-GB |
max |
Number of desired alternative routes to be calculated. Default: 0, minimum: 0 and maximum: 5 |
max |
Specifies the maximum electric energy supply in kilowatt hours (kWh) that may be stored in the vehicle's battery. This parameter co-exists with currentChargeInkWh parameter. Minimum value has to be greater than or equal to currentChargeInkWh. Sensible Values : 85 |
min |
All alternative routes returned will follow the reference route (see section POST Requests) from the origin point of the calculateRoute request for at least this number of meters. Can only be used when reconstructing a route. The minDeviationDistance parameter cannot be used in conjunction with arriveAt |
min |
All alternative routes returned will follow the reference route (see section POST Requests) from the origin point of the calculateRoute request for at least this number of seconds. Can only be used when reconstructing a route. The minDeviationTime parameter cannot be used in conjunction with arriveAt. Default value is 0. Setting )minDeviationTime_ to a value greater than zero has the following consequences:
|
query | The Coordinates through which the route is calculated, delimited by a colon. A minimum of two coordinates is required. The first one is the origin and the last is the destination of the route. Optional coordinates in-between act as WayPoints in the route. You can pass up to 150 WayPoints. |
report | Specifies which data should be reported for diagnosis purposes. The only possible value is effectiveSettings. Reports the effective parameters or data used when calling the API. In the case of defaulted parameters the default will be reflected where the parameter was not specified by the caller. |
route |
Specifies the representation of the set of routes provided as response. |
route |
The type of route requested. |
section |
Specifies which of the section types is reported in the route response. |
traffic | Possible values:
|
travel |
The mode of travel for the requested route. If not defined, default is 'car'. Note that the requested travelMode may not be available for the entire route. Where the requested travelMode is not available for a particular section, the travelMode element of the response for that section will be "other". Note that travel modes bus, motorcycle, taxi and van are BETA functionality. Full restriction data is not available in all areas. |
uphill |
Specifies the efficiency of converting chemical energy stored in fuel to potential energy when the vehicle gains elevation (i.e. PotentialEnergyGained/ChemicalEnergyConsumed). ChemicalEnergyConsumed is obtained by converting consumed fuel to chemical energy using fuelEnergyDensityInMJoulesPerLiter. Must be paired with downhillEfficiency. The range of values allowed are 0.0 to 1/downhillEfficiency. Sensible Values : for Combustion Model : 0.27, for Electric Model : 0.74 |
vehicle |
Weight per axle of the vehicle in kg. A value of 0 means that weight restrictions per axle are not considered. |
vehicle |
Whether the vehicle is used for commercial purposes. Commercial vehicles may not be allowed to drive on some roads. |
vehicle |
Engine type of the vehicle. When a detailed Consumption Model is specified, it must be consistent with the value of vehicleEngineType. |
vehicle |
The directional heading of the vehicle in degrees starting at true North and continuing in clockwise direction. North is 0 degrees, east is 90 degrees, south is 180 degrees, west is 270 degrees. Possible values 0-359 |
vehicle |
Height of the vehicle in meters. A value of 0 means that height restrictions are not considered. |
vehicle |
Length of the vehicle in meters. A value of 0 means that length restrictions are not considered. |
vehicle |
Types of cargo that may be classified as hazardous materials and restricted from some roads. Available vehicleLoadType values are US Hazmat classes 1 through 9, plus generic classifications for use in other countries/regions. Values beginning with USHazmat are for US routing while otherHazmat should be used for all other countries/regions. vehicleLoadType can be specified multiple times. This parameter is currently only considered for travelMode=truck. |
vehicle |
Maximum speed of the vehicle in km/hour. The max speed in the vehicle profile is used to check whether a vehicle is allowed on motorways.
|
vehicle |
Weight of the vehicle in kilograms.
Sensible Values : for Combustion Model : 1600, for Electric Model : 1900 |
vehicle |
Width of the vehicle in meters. A value of 0 means that width restrictions are not considered. |
windingness | Level of turns for thrilling route. This parameter can only be used in conjunction with |
Property Details
accelerationEfficiency
Specifies the efficiency of converting chemical energy stored in fuel to kinetic energy when the vehicle accelerates (i.e. KineticEnergyGained/ChemicalEnergyConsumed). ChemicalEnergyConsumed is obtained by converting consumed fuel to chemical energy using fuelEnergyDensityInMJoulesPerLiter.
Must be paired with decelerationEfficiency.
The range of values allowed are 0.0 to 1/decelerationEfficiency.
Sensible Values : for Combustion Model : 0.33, for Electric Model : 0.66
accelerationEfficiency?: number
Property Value
number
alternativeType
Controls the optimality, with respect to the given planning criteria, of the calculated alternatives compared to the reference route.
alternativeType?: "anyRoute" | "betterRoute"
Property Value
"anyRoute" | "betterRoute"
arriveAt
The date and time of arrival at the destination point formatted as a dateTime
value as defined in RFC 3339, section 5.6, with an optional time zone offset. When a time zone offset is not specified it will be assumed to be that of the destination point.
Examples:
- 2023-12-19T16:39:57
- 2023-12-19T16:39:57-08:00
The arriveAt
parameter cannot be used in conjunction with departAt
, minDeviationDistance
or minDeviationTime
.
arriveAt?: string | Date
Property Value
string | Date
auxiliaryPowerInkW
Specifies the amount of power consumed for sustaining auxiliary systems, in kilowatts (kW).
It can be used to specify consumption due to devices and systems such as AC systems, radio, heating, etc.
Sensible Values : 1.7
auxiliaryPowerInkW?: number
Property Value
number
auxiliaryPowerInLitersPerHour
Specifies the amount of fuel consumed for sustaining auxiliary systems of the vehicle, in liters per hour.
It can be used to specify consumption due to devices and systems such as AC systems, radio, heating, etc.
Sensible Values : 0.2
auxiliaryPowerInLitersPerHour?: number
Property Value
number
avoid
Specifies something that the route calculation should try to avoid when determining the route. Can be specified multiple times in one request, for example, '&avoid=motorways&avoid=tollRoads&avoid=ferries'. In Route Range requests, the value alreadyUsedRoads must not be used.
avoid?: ("tollRoads" | "motorways" | "ferries" | "unpavedRoads" | "carpools" | "alreadyUsedRoads" | "borderCrossings")[]
Property Value
("tollRoads" | "motorways" | "ferries" | "unpavedRoads" | "carpools" | "alreadyUsedRoads" | "borderCrossings")[]
computeBestOrder
Re-order the route waypoints using a fast heuristic algorithm to reduce the route length. Yields best results when used in conjunction with routeType shortest. Notice that origin and destination are excluded from the optimized waypoint indices. To include origin and destination in the response, please increase all the indices by 1 to account for the origin, and then add the destination as the final index. Possible values are true or false. True computes a better order if possible, but is not allowed to be used in conjunction with maxAlternatives value greater than 0 or in conjunction with circle waypoints. False will use the locations in the given order and not allowed to be used in conjunction with routeRepresentation none.
computeBestOrder?: boolean
Property Value
boolean
computeTravelTimeFor
Specifies whether to return additional travel times using different types of traffic information (none, historic, live) as well as the default best-estimate travel time.
computeTravelTimeFor?: "none" | "all"
Property Value
"none" | "all"
constantSpeedConsumptionInkWhPerHundredkm
Specifies the speed-dependent component of consumption.
Provided as an unordered list of speed/consumption-rate pairs. The list defines points on a consumption curve. Consumption rates for speeds not in the list are found as follows:
by linear interpolation, if the given speed lies in between two speeds in the list
by linear extrapolation otherwise, assuming a constant (ΔConsumption/ΔSpeed) determined by the nearest two points in the list
The list must contain between 1 and 25 points (inclusive), and may not contain duplicate points for the same speed. If it only contains a single point, then the consumption rate of that point is used without further processing.
Consumption specified for the largest speed must be greater than or equal to that of the penultimate largest speed. This ensures that extrapolation does not lead to negative consumption rates.
Similarly, consumption values specified for the two smallest speeds in the list cannot lead to a negative consumption rate for any smaller speed.
The valid range for the consumption values(expressed in kWh/100km) is between 0.01 and 100000.0.
Sensible Values : 50,8.2:130,21.3
This parameter is required for Electric consumption model.
constantSpeedConsumptionInkWhPerHundredkm?: string
Property Value
string
constantSpeedConsumptionInLitersPerHundredkm
Specifies the speed-dependent component of consumption.
Provided as an unordered list of colon-delimited speed & consumption-rate pairs. The list defines points on a consumption curve. Consumption rates for speeds not in the list are found as follows:
by linear interpolation, if the given speed lies in between two speeds in the list
by linear extrapolation otherwise, assuming a constant (ΔConsumption/ΔSpeed) determined by the nearest two points in the list
The list must contain between 1 and 25 points (inclusive), and may not contain duplicate points for the same speed. If it only contains a single point, then the consumption rate of that point is used without further processing.
Consumption specified for the largest speed must be greater than or equal to that of the penultimate largest speed. This ensures that extrapolation does not lead to negative consumption rates.
Similarly, consumption values specified for the two smallest speeds in the list cannot lead to a negative consumption rate for any smaller speed.
The valid range for the consumption values(expressed in l/100km) is between 0.01 and 100000.0.
Sensible Values : 50,6.3:130,11.5
Note : This parameter is required for The Combustion Consumption Model.
constantSpeedConsumptionInLitersPerHundredkm?: string
Property Value
string
currentChargeInkWh
Specifies the current electric energy supply in kilowatt hours (kWh).
This parameter co-exists with maxChargeInkWh parameter.
The range of values allowed are 0.0 to maxChargeInkWh.
Sensible Values : 43
currentChargeInkWh?: number
Property Value
number
currentFuelInLiters
Specifies the current supply of fuel in liters.
Sensible Values : 55
currentFuelInLiters?: number
Property Value
number
decelerationEfficiency
Specifies the efficiency of converting kinetic energy to saved (not consumed) fuel when the vehicle decelerates (i.e. ChemicalEnergySaved/KineticEnergyLost). ChemicalEnergySaved is obtained by converting saved (not consumed) fuel to energy using fuelEnergyDensityInMJoulesPerLiter.
Must be paired with accelerationEfficiency.
The range of values allowed are 0.0 to 1/accelerationEfficiency.
Sensible Values : for Combustion Model : 0.83, for Electric Model : 0.91
decelerationEfficiency?: number
Property Value
number
departAt
The date and time of departure from the origin point formatted as a dateTime
value as defined in RFC 3339, section 5.6, with an optional time zone offset. When a time zone offset is not specified, it will be assumed to be that of the origin point.
- Default value: now
- Other value:
dateTime
Examples:
- 2023-12-19T16:39:57
- 2023-12-19T16:39:57-08:00
The departAt
parameter cannot be used in conjunction with arriveAt
.
departAt?: string | Date
Property Value
string | Date
downhillEfficiency
Specifies the efficiency of converting potential energy to saved (not consumed) fuel when the vehicle loses elevation (i.e. ChemicalEnergySaved/PotentialEnergyLost). ChemicalEnergySaved is obtained by converting saved (not consumed) fuel to energy using fuelEnergyDensityInMJoulesPerLiter.
Must be paired with uphillEfficiency.
The range of values allowed are 0.0 to 1/uphillEfficiency.
Sensible Values : for Combustion Model : 0.51, for Electric Model : 0.73
downhillEfficiency?: number
Property Value
number
fuelEnergyDensityInMJoulesPerLiter
Specifies the amount of chemical energy stored in one liter of fuel in megajoules (MJ). It is used in conjunction with the *Efficiency parameters for conversions between saved or consumed energy and fuel. For example, energy density is 34.2 MJ/l for gasoline, and 35.8 MJ/l for Diesel fuel.
This parameter is required if any *Efficiency parameter is set.
Sensible Values : 34.2
fuelEnergyDensityInMJoulesPerLiter?: number
Property Value
number
hilliness
Degree of hilliness for thrilling route. This parameter can only be used in conjunction with routeType
=thrilling.
hilliness?: "low" | "normal" | "high"
Property Value
"low" | "normal" | "high"
instructionsType
If specified, guidance instructions will be returned. Note that the instructionsType parameter cannot be used in conjunction with routeRepresentation=none.
instructionsType?: "coded" | "text" | "tagged"
Property Value
"coded" | "text" | "tagged"
language
The language parameter determines the language of the guidance messages. Proper nouns (the names of streets, plazas, etc.) are returned in the specified language, or if that is not available, they are returned in an available language that is close to it. Allowed values are (a subset of) the IETF language tags. The currently supported languages are listed in the Supported languages section.
Default value: en-GB
language?: string
Property Value
string
maxAlternatives
Number of desired alternative routes to be calculated. Default: 0, minimum: 0 and maximum: 5
maxAlternatives?: number
Property Value
number
maxChargeInkWh
Specifies the maximum electric energy supply in kilowatt hours (kWh) that may be stored in the vehicle's battery.
This parameter co-exists with currentChargeInkWh parameter.
Minimum value has to be greater than or equal to currentChargeInkWh.
Sensible Values : 85
maxChargeInkWh?: number
Property Value
number
minDeviationDistance
All alternative routes returned will follow the reference route (see section POST Requests) from the origin point of the calculateRoute request for at least this number of meters. Can only be used when reconstructing a route. The minDeviationDistance parameter cannot be used in conjunction with arriveAt
minDeviationDistance?: number
Property Value
number
minDeviationTime
All alternative routes returned will follow the reference route (see section POST Requests) from the origin point of the calculateRoute request for at least this number of seconds. Can only be used when reconstructing a route. The minDeviationTime parameter cannot be used in conjunction with arriveAt. Default value is 0. Setting )minDeviationTime_ to a value greater than zero has the following consequences:
- The origin point of the calculateRoute Request must be on
(or very near) the input reference route.
- If this is not the case, an error is returned.
- However, the origin point does not need to be at the beginning of the input reference route (it can be thought of as the current vehicle position on the reference route).
- The reference route, returned as the first route in the calculateRoute Response, will start at the origin point specified in the calculateRoute Request. The initial part of the input reference route up until the origin point will be excluded from the Response.
- The values of minDeviationDistance and minDeviationTime determine how far alternative routes will be guaranteed to follow the reference route from the origin point onwards.
- The route must use departAt.
- The vehicleHeading is ignored.
minDeviationTime?: number
Property Value
number
query
The Coordinates through which the route is calculated, delimited by a colon. A minimum of two coordinates is required. The first one is the origin and the last is the destination of the route. Optional coordinates in-between act as WayPoints in the route. You can pass up to 150 WayPoints.
query: string
Property Value
string
report
Specifies which data should be reported for diagnosis purposes. The only possible value is effectiveSettings. Reports the effective parameters or data used when calling the API. In the case of defaulted parameters the default will be reflected where the parameter was not specified by the caller.
report?: "effectiveSettings"
Property Value
"effectiveSettings"
routeRepresentation
Specifies the representation of the set of routes provided as response.
routeRepresentation?: "polyline" | "summaryOnly" | "none"
Property Value
"polyline" | "summaryOnly" | "none"
routeType
The type of route requested.
routeType?: "fastest" | "shortest" | "eco" | "thrilling"
Property Value
"fastest" | "shortest" | "eco" | "thrilling"
sectionType
Specifies which of the section types is reported in the route response.
For example if sectionType = pedestrian the sections which are suited for pedestrians only are returned. Can be specified multiple times in one request, for example, '§ionType=carTrain§ionType=pedestrian§ionType=motorway'. The default sectionType refers to the travelMode input. By default travelMode is set to car
sectionType?: ("carTrain" | "country" | "ferry" | "motorway" | "pedestrian" | "tollRoad" | "tollVignette" | "traffic" | "travelMode" | "tunnel" | "carpool" | "urban")[]
Property Value
("carTrain" | "country" | "ferry" | "motorway" | "pedestrian" | "tollRoad" | "tollVignette" | "traffic" | "travelMode" | "tunnel" | "carpool" | "urban")[]
traffic
Possible values:
- true - Do consider all available traffic information during routing
- false - Ignore current traffic data during routing. Note that although the current traffic data is ignored during routing, the effect of historic traffic on effective road speeds is still incorporated.
traffic?: boolean
Property Value
boolean
travelMode
The mode of travel for the requested route. If not defined, default is 'car'. Note that the requested travelMode may not be available for the entire route. Where the requested travelMode is not available for a particular section, the travelMode element of the response for that section will be "other". Note that travel modes bus, motorcycle, taxi and van are BETA functionality. Full restriction data is not available in all areas.
travelMode?: "pedestrian" | "car" | "truck" | "taxi" | "bus" | "van" | "motorcycle" | "bicycle"
Property Value
"pedestrian" | "car" | "truck" | "taxi" | "bus" | "van" | "motorcycle" | "bicycle"
uphillEfficiency
Specifies the efficiency of converting chemical energy stored in fuel to potential energy when the vehicle gains elevation (i.e. PotentialEnergyGained/ChemicalEnergyConsumed). ChemicalEnergyConsumed is obtained by converting consumed fuel to chemical energy using fuelEnergyDensityInMJoulesPerLiter.
Must be paired with downhillEfficiency.
The range of values allowed are 0.0 to 1/downhillEfficiency.
Sensible Values : for Combustion Model : 0.27, for Electric Model : 0.74
uphillEfficiency?: number
Property Value
number
vehicleAxleWeight
Weight per axle of the vehicle in kg. A value of 0 means that weight restrictions per axle are not considered.
vehicleAxleWeight?: number
Property Value
number
vehicleCommercial
Whether the vehicle is used for commercial purposes. Commercial vehicles may not be allowed to drive on some roads.
vehicleCommercial?: boolean
Property Value
boolean
vehicleEngineType
Engine type of the vehicle. When a detailed Consumption Model is specified, it must be consistent with the value of vehicleEngineType.
vehicleEngineType?: "combustion" | "electric"
Property Value
"combustion" | "electric"
vehicleHeading
The directional heading of the vehicle in degrees starting at true North and continuing in clockwise direction. North is 0 degrees, east is 90 degrees, south is 180 degrees, west is 270 degrees. Possible values 0-359
vehicleHeading?: number
Property Value
number
vehicleHeight
Height of the vehicle in meters. A value of 0 means that height restrictions are not considered.
vehicleHeight?: number
Property Value
number
vehicleLength
Length of the vehicle in meters. A value of 0 means that length restrictions are not considered.
vehicleLength?: number
Property Value
number
vehicleLoadType
Types of cargo that may be classified as hazardous materials and restricted from some roads. Available vehicleLoadType values are US Hazmat classes 1 through 9, plus generic classifications for use in other countries/regions. Values beginning with USHazmat are for US routing while otherHazmat should be used for all other countries/regions. vehicleLoadType can be specified multiple times. This parameter is currently only considered for travelMode=truck.
vehicleLoadType?: "USHazmatClass1" | "USHazmatClass2" | "USHazmatClass3" | "USHazmatClass4" | "USHazmatClass5" | "USHazmatClass6" | "USHazmatClass7" | "USHazmatClass8" | "USHazmatClass9" | "otherHazmatExplosive" | "otherHazmatGeneral" | "otherHazmatHarmfulToWater"
Property Value
"USHazmatClass1" | "USHazmatClass2" | "USHazmatClass3" | "USHazmatClass4" | "USHazmatClass5" | "USHazmatClass6" | "USHazmatClass7" | "USHazmatClass8" | "USHazmatClass9" | "otherHazmatExplosive" | "otherHazmatGeneral" | "otherHazmatHarmfulToWater"
vehicleMaxSpeed
Maximum speed of the vehicle in km/hour. The max speed in the vehicle profile is used to check whether a vehicle is allowed on motorways.
A value of 0 means that an appropriate value for the vehicle will be determined and applied during route planning.
A non-zero value may be overridden during route planning. For example, the current traffic flow is 60 km/hour. If the vehicle maximum speed is set to 50 km/hour, the routing engine will consider 60 km/hour as this is the current situation. If the maximum speed of the vehicle is provided as 80 km/hour but the current traffic flow is 60 km/hour, then routing engine will again use 60 km/hour.
vehicleMaxSpeed?: number
Property Value
number
vehicleWeight
Weight of the vehicle in kilograms.
It is mandatory if any of the *Efficiency parameters are set.
It must be strictly positive when used in the context of the Consumption Model. Weight restrictions are considered.
If no detailed Consumption Model is specified and the value of vehicleWeight is non-zero, then weight restrictions are considered.
In all other cases, this parameter is ignored.
Sensible Values : for Combustion Model : 1600, for Electric Model : 1900
vehicleWeight?: number
Property Value
number
vehicleWidth
Width of the vehicle in meters. A value of 0 means that width restrictions are not considered.
vehicleWidth?: number
Property Value
number
windingness
Level of turns for thrilling route. This parameter can only be used in conjunction with routeType
=thrilling.
windingness?: "low" | "normal" | "high"
Property Value
"low" | "normal" | "high"
Azure SDK for JavaScript