You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to center the MapWidget on the aircraft WITHOUT locking it. After centering, I want to be able to drag the map without it popping back to the aircraft.
This does not work reliably:
public void centerMap() {
mapWidget.setMapCenterLock(MapWidget.MapCenterLock.AIRCRAFT);
mapWidget.setMapCenterLock(MapWidget.MapCenterLock.NONE);
}
Is there a way to do this? It seems like this should be a simple thing to implement if it's not already.
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to center the MapWidget on the aircraft WITHOUT locking it. After centering, I want to be able to drag the map without it popping back to the aircraft.
This does not work reliably:
Is there a way to do this? It seems like this should be a simple thing to implement if it's not already.
The text was updated successfully, but these errors were encountered: