IModelVectorMapSettings.MaxLatitude Property
Specifies the latitude of the map’s upper bound.
Namespace: DevExpress.ExpressApp.Maps.Web.Helpers
Assembly: DevExpress.ExpressApp.Maps.Web.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Maps.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Double | 0 | The double-precision floating point value specifying the latitude of the map’s top bound. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to MaxLatitude |
---|---|
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