随笔分类 -  android gis

摘要:动态操作地图服务1.动态添加一个地图服务String url="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Specialty/ESRI_StateCityHighway_USA/MapServer";ArcGISDynamicMapServiceLayer arcGISDynamicMapServiceLayer=new ArcGISDynamicMapServiceLayer(HelloWorld.this,HelloWorld.this.url);map.addLayer(arcGISDynam 阅读全文
posted @ 2012-09-08 18:18 retacn_yue 阅读(233) 评论(0) 推荐(0)