gbox-sdk
    Preparing search index...

    Single drag result with target and destination coordinates

    interface Coordinates {
        destination: Destination;
        target: Target;
    }
    Index

    Properties

    Properties

    destination: Destination

    X and Y coordinates. Returns -1, -1 if no valid target is found.

    target: Target

    X and Y coordinates. Returns -1, -1 if no valid target is found.