textBox.setText(textBox.getText() + "onRestoreClick()");
}
};
map.getInfoWindow().addInfoWindowRestoreClickHandler(h);
removeHandlerButton.addClickHandler(new ClickHandler() {
public void onClick(ClickEvent event) {
map.getInfoWindow().removeInfoWindowRestoreClickHandler(h);
// removeRowFromTable(nextListenerId);
}