IModelVectorMapSettings.MinLongitude Property
Specifies the longitude of the map’s left bound.
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 |
|---|---|---|
| Double | 0 | The double-precision floating point value specifying the longitude of the map’s left bound. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to MinLongitude |
|---|---|
| IModelMaps |
|
Remarks
When you need to display only a specific region on a map rather than the whole thing, specify the geographical coordinates of this region using these properties:
- IModelVectorMapSettings.MinLatitude
IModelVectorMapSettings.MinLongitude- IModelVectorMapSettings.MaxLatitude
- IModelVectorMapSettings.MaxLongitude
See the image below to discover how these values are applied to the map.

See Also