sendOnClick(e) {
    const onClick = this.get('onClick');
    const polyline = this.get('polyline');

    if (typeOf(onClick) === 'function') {