Hello,
I have a map that gets external zoom request from mobile source.
I've managed to serialize the request into a RectangleShape and, much like your "Find World Coordinates Where a User Clicked" sample I do a "Map1.CurrentExtent = new RectangleShape(-131.22, 55.05, -54.03, 16.91);" , but somehow I get full zoomed to a totaly different location (South Africa) no matter the values I recieve.
I have checked the RectangleShape values returned from CurrentExtent when clicked on elsewhere on the map and they are on a different scale (400000 +).
What Am I doing wrog ?
Thanks you for your help,
Runny