IModelMapSettings.RouteMode Property
Specifies a transportation mode to use in displayed routes.
Namespace: DevExpress.ExpressApp.Maps.Web.Helpers
Assembly: DevExpress.ExpressApp.Maps.Web.v25.1.dll
NuGet Package: DevExpress.ExpressApp.Maps.Web
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| RouteMode | Driving | A RouteMode enumeration value that specifies a transportation mode to use in displayed routes. |
Available values:
| Name | Description |
|---|---|
| Driving | The route mode is driving. |
| Walking | The route mode is walking. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to RouteMode |
|---|---|
| IModelMaps |
|
See Also