Currently I m building a Application which is in Silverlight 5, Prism 4, Telerik Controls, Open RIA Service, Entity Framework 6. This application have lot of work in ArcGIS Silverlight Api.
I m able to Display map Using . On the top of this Map I've Few Fetaure Layers for Roads, Traffic Signs & Lot may other Layers Like this. I'm able to project these layer on Map too 1 by 1 by MVVM pattern.
Now I tried to Use esri:Editor to allow user to select on click & Selection Rectangle with the help of ArcGIS API for Silverlight - Interactive Samples | ArcGIS for Developers
this link. Now I m able to select the Roads when use click on it. or select some area. But I m unable to get the data selected in my ViewModel.
More I also need to Draw tool with MVVM how to do It. I m unable to get some good resource for this. I need to Download the shape file when use select on map too.
Please help