VELatLongRectangle Class
Contains VELatLong Class objects that define the boundaries of the current map view.
Constructor
| Name | Description | ||
|---|---|---|---|
|
Initializes a new instance of the VELatLongRectangle Class object. |
Public Properties
| Name | Description | ||
|---|---|---|---|
|
A VELatLong Class object that specifies the latitude and longitude of the upper-left corner of the map view. |
|||
|
A VELatLong Class object that specifies the latitude and longitude of the lower-right corner of the map view. |
|||
|
If the map is in 3D mode, a VELatLong Class object that specifies the latitude and longitude of the upper-right corner of the map view. |
|||
|
If the map is in 3D mode, a VELatLong Class object that specifies the latitude and longitude of the lower-left corner of the map |
Remarks
The VELatLongRectangle object is used as a parameter in the VETileSourceSpecification Constructor. An array of VELatLongRectangle objects is used with the VETileSourceSpecification.Bounds Property.
A VELatLongRectangle object is returned by the VEMap.GetMapView Method.