IModelVectorMapSettings.Type Property
In This Article
Specifies the region displayed on the vector map.
Namespace: DevExpress.ExpressApp.Maps.Web.Helpers
Assembly: DevExpress.ExpressApp.Maps.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Maps.Web
#Declaration
[DefaultValue(VectorMapType.World)]
VectorMapType Type { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Vector |
World | A Vector |
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 |
---|---|
IModel |
|
See Also