I'm using ArcGIS Android SDK for first time. I have worked on a sample project and am able to get a World map using this..
map = (MapView) findViewById(R.id.map);map.addLayer(new ArcGISDynamicMapServiceLayer("http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_StreetMap_World_2D/MapServer"));But my problem is:
I have some *.shp(shapefile) files and I would like to show them on mapview.
How can i do that?
Thanks in Advance...!
أكثر...
map = (MapView) findViewById(R.id.map);map.addLayer(new ArcGISDynamicMapServiceLayer("http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_StreetMap_World_2D/MapServer"));But my problem is:
I have some *.shp(shapefile) files and I would like to show them on mapview.
How can i do that?
Thanks in Advance...!
أكثر...