VETileSourceSpecification.Bounds Property

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.

Specifies an array of VELatLongRectangle Class objects that specifies the approximate coverage area of the layer.

VETileSourceSpecification.Bounds = value;

Remarks

Set the Bounds property to an array of VELatLongRectangle Class objects.

Use the Bounds property, the VETileSourceSpecification.MinZoomLevel Property, and the VETileSourceSpecification.MaxZoomLevel Property to improve Web site performance. The tile layer is not added to the map unless the map is currently displaying the area that the Bounds property specifies, and the zoom level of the map is between the values that the MinZoomLevel and MaxZoomLevel properties specify.