This question is locked. New answers and comments are not allowed.
Hi there,
I am trying to zoom to a specific MapPolygon, in order to determine to zoom in or out, I need to access the MapPolygon's ScreenBounds property. The problem is that this does not seem to update untill the ZoomingFinished event triggers (which is about 1500ms). If you need to zoom 4-5 levels, this just takes too long. Is there a different (faster) way to determine the ScreenBounds of a MapPolygon after changing the Zoom Level?
Thanks in Advance.
[Edit]
It isn't that gracefull, but it does the trick... Disabling Spring Animations while adjusting zoom certainly speeds things up.
[/Edit]
I am trying to zoom to a specific MapPolygon, in order to determine to zoom in or out, I need to access the MapPolygon's ScreenBounds property. The problem is that this does not seem to update untill the ZoomingFinished event triggers (which is about 1500ms). If you need to zoom 4-5 levels, this just takes too long. Is there a different (faster) way to determine the ScreenBounds of a MapPolygon after changing the Zoom Level?
Thanks in Advance.
[Edit]
It isn't that gracefull, but it does the trick... Disabling Spring Animations while adjusting zoom certainly speeds things up.
[/Edit]