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. |
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
| CustomParameters | Specifies additional route definitions. |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
| InstructionsType | Gets or sets how instructions are formed. |
| IsFrozen | Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
| 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. |
See Also