0
我有一個位置,我需要顯示。格式是這樣的:如何在MapView上顯示特定位置?
lat: 59.915494, lng: 30.409456
此外我需要顯示用戶的當前位置。以下代碼:
MyLocationOverlay myLocationOverlay = new MyLocationOverlay(this, mapView);
mapView.getOverlays().add(myLocationOverlay);
myLocationOverlay.enableMyLocation();
沒有在當前位置上居中映射。