map.apps Bundle APIs 4.20.0
    Preparing search index...

    Interface NavigationMembers

    Documentation for the members of Navigation.

    interface NavigationMembers {
        actionMap: NavigationActionMap;
        browserTouchPanEnabled: boolean;
        mouseWheelZoomEnabled?: boolean;
    }
    Index

    Properties

    actionMap: NavigationActionMap

    Defines the navigation controls behavior.

    browserTouchPanEnabled: boolean

    Indicates whether the view pans when the user touches the screen.

    mouseWheelZoomEnabled?: boolean

    Indicates whether the view zooms when the user scrolls the mouse wheel.

    Use actionMap.mouseWheel instead.