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

IModelMapSettings.Type Property

Specifies the type of the map.

Namespace: DevExpress.ExpressApp.Maps.Web.Helpers

Assembly: DevExpress.ExpressApp.Maps.Web.v18.2.dll

Declaration

[DefaultValue(MapType.RoadMap)]
MapType Type { get; set; }

Property Value

Type Default Description
MapType **RoadMap**

A MapType enumeration value specifying the map type.

Available values:

Name Description
RoadMap

Map type is road map.

Satellite

Map type is satellite.

Hybrid

Map type is hybrid.

Property Paths

You can access this nested property as listed below:

Object Type Path to Type
IModelMaps
.MapSettings.Type
See Also