VELatLongRectangle Class

You are not viewing the latest version of the AJAX control. Bing Maps AJAX V7 is the recommended JavaScript control for Bing Maps. If you need this documentation, it is available in as a CHM or PDF download.

Contains VELatLong Class objects that define the boundaries of the current map view.

Constructor

Name Description

VELatLongRectangle Constructor

Initializes a new instance of the VELatLongRectangle Class object.

Public Properties

Name Description

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

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.