AzureRouteOptions Properties
Contains route calculation settings for the Azure Maps Route service.| 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. |
| OptimizeWaypoints | Specifies whether the service rearranges route waypoints to reduce route cost. |
| RouteReport | Gets 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. |
See Also