dsInfo.setServer(
"https://ditu.amap.com"
); dsInfo.setDriver("WMTS"); dsInfo.setEngineType(EngineType.GaoDeMaps); dsInfo.setAlias("gaode");
我需要实时定位,所以使用了高德地图,但是在加载期间mapView会一直黑屏,要等一会才能正常。
想问下是因为setServer之后,获取网络服务期间造成的卡顿吗?
或者我能把地图缓存到手机里面,以后直接拿出来吗