I've been working with ESRI maps with Silverlight for a little while, and I've been banging my head against the wall on some VERY simple actions that should be much more intuitive.
I'll list my questions, and perhaps I'm just making things more difficult than they should be.
- Center map on a specific lat/long
- Zoom to a specific zoom resolution
In the Bing Maps Silverlight user control there are:
MyMap.Center = new Location(lat, long);
MyMap.Zoom = 5;
My other question is why are extents, spacial references and other weird ideas SO restrictive? What ever happened to just a map?
May come across as snide, but I think I'm just not seeing the forest for the trees here.
Thanks for any replies!
Kevin