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

IModelVectorMapSettings.Type Property

Specifies the region displayed on the vector map.

Namespace: DevExpress.ExpressApp.Maps.Web.Helpers

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

Declaration

[DefaultValue(VectorMapType.World)]
VectorMapType Type { get; set; }

Property Value

Type Default Description
VectorMapType **World**

A VectorMapType enumeration value specifying the vector map type.

Available values:

Name Description
World

The vector map displays the whole world.

USA

The vector map displays USA.

Canada

The vector map displays Canada.

Europe

The vector map displays Europe.

Eurasia

The vector map displays Eurasia.

Africa

The vector map displays Africa.

Property Paths

You can access this nested property as listed below:

Object Type Path to Type
IModelMaps
See Also