This topic has not yet been rated - Rate this topic

VELatLongRectangle Class

Bing Services

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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.