AzureRouteOptions Members
Contains route calculation settings for the Azure Maps Route service.Constructors
| Name | Description |
|---|---|
| AzureRouteOptions() | Initializes a new instance of the AzureRouteOptions class. |
Fields
| Name | Description |
|---|---|
| AvoidTypesProperty static | Identifies the AvoidTypes dependency property. |
| CustomParametersProperty static | Identifies the CustomParameters dependency property. |
| InstructionsTypeProperty static | Identifies the InstructionsType dependency property. |
| MaxAlternativesProperty static | Identifies the MaxAlternatives dependency property. |
| OptimizeWaypointsProperty static | Identifies the OptimizeWaypoints dependency property. |
| RouteReportProperty static | Identifies the RouteReport dependency property. |
| SectionTypesProperty static | Identifies the SectionTypes dependency property. |
| TravelModeProperty static | Identifies the TravelMode dependency property. |
Properties
| Name | Description |
|---|---|
| AvoidTypes | Specifies items that AzureRouteDataProvider should try to avoid when calculating the route. |
| CustomParameters | Specifies additional route definitions. |
| InstructionsType | Gets or sets how instructions are formed. |
| MaxAlternatives | Specifies the number of alternative routes to be calculated. Default: 0, minimum: 0 and maximum: 5. |
| OptimizeWaypoints | Specifies whether the service rearranges route waypoints to reduce route cost. |
| RouteReport | Returns the effective settings used in the current call. |
| SectionTypes | Specifies the section types that are reported in the route response. |
| TravelMode | Specifies the transportation / commute mode. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject. |
See Also