On the Overlays/UseVirtualEarth.aspx sample page, why is the zoomlevel only to 16. Is this a default setting or a defect in webedition? How can I override this zoomlevel?
This is what I to get the zoomelevel.
var
OnExtentChanged = function(map) {//Current Zoom Level
alert(
}
map.getZoom());