VETileSourceSpecification.MinZoomLevel 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 the minimum zoom level at which to display the custom tile source.

VETileSourceSpecification.MinZoomLevel = value;

Remarks

Use the VETileSourceSpecification.Bounds Property, the 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.