NMapBounds Structure Properties
In This Topic
For a list of all members of this type, see NMapBounds members.
Public Properties
| | Name | Description |
 | CoordinateSystemType | Gets the coordinate system type of this map bounds. |
 | Height | Gets the height of this map bounds, i.e. the difference between the maximum and the minimum latitude. |
 | IsAuto | Gets whether this map bounds object is set to Auto, which is true if at least one of the min or max longitudes or latitudes is set to Double.NaN. |
 | IsEmpty | Gets whether this map bounds has zero width or height. |
 | MaxLatitude | Gets/Sets the maximum latitude in degrees. Should be in the range [-90, 90]. By default set to Double.NaN, which means that the value will be automatically determined from the imported map data. |
 | MaxLongitude | Gets/Sets the maximum longitude in degrees. Should be in the range [-180, 180]. By default set to Double.NaN, which means that the value will be automatically determined from the imported map data. |
 | MinLatitude | Gets/Sets the minimum latitude in degrees. Should be in the range [-90, 90]. By default set to Double.NaN, which means that the value will be automatically determined from the imported map data. |
 | MinLongitude | Gets/Sets the minimum longitude in degrees. Should be in the range [-180, 180]. By default set to Double.NaN, which means that the value will be automatically determined from the imported map data. |
 | Width | Gets the width of this map bounds, i.e. the difference between the maximum and the minimum longitude. |
Top
See Also