關(guān)于地圖的比例尺和等級(jí)問(wèn)題有誰(shuí)比較了解嗎
LatLng ll = new LatLng(location.getLatitude(), location.getLongitude());
float f = mBaiduMap.getMaxZoomLevel();
MapStatusUpdate u = MapStatusUpdateFactory.newLatLngZoom(ll, f - 2);
LatLng ll = new LatLng(location.getLatitude(), location.getLongitude());
float f = mBaiduMap.getMaxZoomLevel();
MapStatusUpdate u = MapStatusUpdateFactory.newLatLngZoom(ll, f - 2);
2016-07-28
舉報(bào)