[]
Represents the map limit bounds.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class MapViewportLimits : NotifyObject
| Name | Description |
|---|---|
| MapViewportLimits() |
| Name | Description |
|---|---|
| MaxLat | Gets or sets the limit maximum Y coordinate in coordinate system unit. |
| MaxLong | Gets or sets the limit maximum X coordinate in coordinate system unit. |
| MinLat | Gets or sets the limit minimum Y coordinate in coordinate system unit. |
| MinLong | Gets or sets the limit minimum X coordinate in coordinate system unit. |