Contains VELatLong Class objects that define the boundaries of the current map view.
VELatLongRectangle Constructor
Initializes a new instance of the VELatLongRectangle Class object.
VELatLongRectangle.TopLeftLatLong Property
A VELatLong Class object that specifies the latitude and longitude of the upper-left corner of the map view.
VELatLongRectangle.BottomRightLatLong Property
A VELatLong Class object that specifies the latitude and longitude of the lower-right corner of the map view.
VELatLongRectangle.TopRightLatLong Property
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.
VELatLongRectangle.BottomLeftLatLong Property
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
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.