sendOnDrag(e) {
    const onDrag = this.get('onDrag');
    const polyline = this.get('polyline');

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