摘要:
//放大地图zoominmapView.setViewpointScaleAsync(mapView.getMapScale() * 0.5);//缩小地图zoomoutmapView.setViewpointScaleAsync(mapView.getMapScale() * 2); 阅读全文
posted @ 2019-03-29 17:23
only_books
阅读(1245)
评论(0)
推荐(0)
摘要:
Arcgis for android 100.4解决办法RequestConfiguration requestConfiguration = new RequestConfiguration();requestConfiguration.getHeaders().put("referer", "h 阅读全文
posted @ 2019-03-29 17:13
only_books
阅读(2120)
评论(0)
推荐(0)