I have a map I am loading with US, County and Zip information. The click event is wired up. What I want to do is disallow a user from clicking the map when they are too far out so the event is only fired when the zoomlevel is at a certain level or lower.
I can ignore it in the code behind but I am not sure how to determine the current zoom level of the map control.
Thanks