Select to view content in your preferred language

Getting Info from a Map Service

566
1
09-30-2011 05:10 AM
jonataspovoas
Regular Contributor
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.
0 Kudos
1 Reply
DominiqueBroux
Esri Frequent Contributor

I can see this info in the service rest when I access in the browser.

If the service is providing the info you can always deserialize it by yourself.
That being said, likely the info is also provided by the SL API.  Which info seems missing in the SL API?
0 Kudos