RouteMatrixOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options for rendering static images.
public class RouteMatrixOptions
type RouteMatrixOptions = class
Public Class RouteMatrixOptions
- Inheritance
-
RouteMatrixOptions
Constructors
RouteMatrixOptions() |
Initializes a new RouteMatrixOptions instance for mocking. |
RouteMatrixOptions(RouteMatrixQuery) |
Initializes a new RouteMatrixOptions instance. |
Properties
ArriveAt |
The date and time of arrival at the destination point. It must be specified as a dateTime. When a time zone offset is not specified it will be assumed to be that of the destination point. The arriveAt value must be in the future. The arriveAt parameter cannot be used in conjunction with DepartAt, MinDeviationDistance or MinDeviationTime. |
Avoid |
Specifies something that the route calculation should try to avoid when determining the route. Can be specified multiple times in one request. In calculateReachableRange requests, the value alreadyUsedRoads must not be used. |
DepartAt |
The date and time of departure from the origin point. Departure times apart from now must be specified as a dateTime. When a time zone offset is not specified, it will be assumed to be that of the origin point. The departAt value must be in the future in the date-time format (1996-12-19T16:39:57-08:00). |
InclineLevel |
Degree of hilliness for thrilling route. This parameter can only be used in conjunction with |
Query |
An object with a matrix of coordinates. |
RouteType |
The type of route requested. Allowed values: |
SectionFilter |
Specifies which of the section types is reported in the route response.
For example if |
TravelMode |
The mode of travel for the requested route. If not defined, default is |
TravelTimeType |
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. Allowed values: |
UseTrafficData |
Possible values:
|
VehicleAxleWeightInKilograms |
Weight per axle of the vehicle in kg. A value of 0 means that weight restrictions per axle are not considered. |
VehicleHeightInMeters |
Height of the vehicle in meters. A value of 0 means that height restrictions are not considered. |
VehicleLengthInMeters |
Length of the vehicle in meters. A value of 0 means that length restrictions are not considered. |
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 |
VehicleMaxSpeedInKilometersPerHour |
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.
|
VehicleWeightInKilograms |
Weight of the vehicle in kilograms. |
VehicleWidthInMeters |
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 |
Applies to
Azure SDK for .NET