Hi there.
It's probably me, but I'm quite confused about the coordinate system to use with the ArcGis API (under WPF).
By following your own samples (they're working perfectly in Silverlight) the coordinate system doesn't match when using an own WPF app. I.e. by running the "Interactive SDK::Mapping::Show mouse coords" sample in my browser (Silverlight 4), by moving the cursor on the map, I may see the pixel point and the "MapPoint" coords. The last one is expressed as longitude+latitude degree (-180..+180,-90..+90).
If I cut and paste the snippet on a brand new WPF application (ArcGis API 2), the MapPoint coords are totally different and I must use the Mercator conversion to sort me out.
What the right way?
Thanks in advance.
Mario