Hi,
I'm doing a Silverlight 4 solution, using MVVM, using the ArcGIS API for Silverlight, and I need to know how to get some information from a service that I'm using as base layer for my map.
My Map has 3 states that uses different Tiled Maps as base, and I need to get some informations (Spatial Reference, full extent, initial extent, units, pan factor and zoom factor) to use in my View Model to configurate the map for each of it's states.
Is there any way to get to this information with the rest url?
Except for the pan and zoom factors, I can see this info in the service rest when I access in the browser.