102103104105106107108109110111
* @since 1.6.0 */ @Api public MapModel(String id) { this.id = id; featureEditor = new FeatureEditor(this); handlerManager = new HandlerManager(this); mapView = new MapView(); mapView.addMapViewChangedHandler(this); }