@nativescript-community/ui-carto
    Preparing search index...

    Interface VectorEditEventListener

    interface VectorEditEventListener {
        onDragEnd(param0: VectorElementDragInfo): VectorElementDragResult;
        onDragMove(param0: VectorElementDragInfo): VectorElementDragResult;
        onDragStart(param0: VectorElementDragInfo): VectorElementDragResult;
        onElementDelete(param0: VectorElement<any, any>): void;
        onElementDeselected(param0: VectorElement<any, any>): void;
        onElementModify(param0: VectorElement<any, any>, param1: Geometry): void;
        onElementSelect(param0: VectorElement<any, any>): boolean;
        onSelectDragPointStyle(
            param0: VectorElement<any, any>,
            style: any,
        ): PointStyleBuilder;
    }
    Index

    Methods

    • Parameters

      Returns void

    • Parameters

      Returns void

    • Parameters

      Returns boolean