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

    Variable PanningSpeedModeConst

    PanningSpeedMode: {
        PANNING_SPEED_MODE_ANCHORED: any;
        PANNING_SPEED_MODE_CONSTANT: any;
        PANNING_SPEED_MODE_MAP: any;
    }

    How fast a pan moves the ground on a tilted view: MAP keeps the point under the finger exactly under it, ANCHORED keeps the scale the gesture started with, and CONSTANT always uses the scale at the centre of the screen.

    Type Declaration

    • PANNING_SPEED_MODE_ANCHORED: any
    • PANNING_SPEED_MODE_CONSTANT: any
    • PANNING_SPEED_MODE_MAP: any