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

VETileSourceSpecification.MaxZoom = value;

Remarks

Use the VETileSourceSpecification.Bounds Property, the VETileSourceSpecification.MinZoomLevel Property, and the MaxZoom 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 MinZoom and MaxZoom properties specify.