g.event.addListener(pin, 'dblclick', () => {
          if (this.props.handleEntityDoubleClick) this.props.handleEntityDoubleClick(e);
        });