3637383940414243444546
public boolean activate() { if (this.getMap() != null) { if (this.clickHandler == null) { this.clickHandler = new ClickHandler(this, this.clickHandlerOptions); } this.clickHandler.activate(); }