MapModel
274275276277278279280
} mapView.setMaxBounds(maxBounds); mapView.applyBounds(initialBounds, MapView.ZoomOption.LEVEL_CLOSEST); } initialized = true; handlerManager.fireEvent(new MapModelEvent()); }
526527528529530531532533
layers.add(position, layer); mapInfo.getLayers().add(position, layerInfo); } catch (Exception e) { return false; } handlerManager.fireEvent(new MapModelEvent()); return true; }
586587588589590591592593