I have a position, which I need to display. The format is like:
lat: 59.915494, lng: 30.409456
Also I need to display current position of the user. The following code:
MyLocationOverlay myLocationOverlay = new MyLocationOverlay(this, mapView);
mapView.getOverlays().add(myLocationOverlay);
myLocationOverlay.enableMyLocation();
doesn't center map on the current position.