Hello,
I have been looking through the documentation but can't seem to find a way to attach a 'zoom' event to the map. For example, I'd like to clear the markers when a user zooms out to a certain level.
It looks like the following code would do it:
map.AttachEvent("onendzoom",EndZoomHandler);
But how can I access this 'AttachEvent' function using the jQuery Bing maps api?
Any help appreciated - thanks.
-Jonathan