ViewController: refactor 'setScreenSize' to 'setViewSize', 'setMapScreenCenter' to 'setMapViewCenter' (#523)

This commit is contained in:
Gustl22
2018-04-12 11:19:21 +02:00
committed by Emux
parent d036bb0bac
commit d7aad27ed8
5 changed files with 13 additions and 13 deletions

View File

@@ -149,7 +149,7 @@ public class MapView extends GLSurfaceView {
if (!isInEditMode()) {
if (width > 0 && height > 0)
mMap.viewport().setScreenSize(width, height);
mMap.viewport().setViewSize(width, height);
}
}