Skip to main content
A newer version of this page is available. .

IModelMapSettings.RouteMode Property

Specifies a transportation mode to use in displayed routes.

Namespace: DevExpress.ExpressApp.Maps.Web.Helpers

Assembly: DevExpress.ExpressApp.Maps.Web.v19.1.dll

Declaration

[DefaultValue(RouteMode.Driving)]
RouteMode RouteMode { get; set; }

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
.MapSettings.RouteMode
See Also