HTML debug = new HTML("debug");
debug.addClickHandler(new ClickHandler() {
@Override
public void onClick(ClickEvent event) {
//GWT.log("Report on stored polylines");
eventBus.fireEvent(new DebugEvent());
}
});
saveMapView = new HTML("Set this map view (location and zoom) as the region's default view");
saveMapView.setStyleName("saveMapView");