44454647484950
private MapView mapView; public MapController(MapHandler mapHandler) { this.mapHandler = mapHandler; mapView = new MapView(this); }