Mappedin JS - v6.14.0
    Preparing search index...

    Type Alias TCameraInteractionsSetOptions

    Options to control which camera interactions are enabled in the MapView.

    All values are optional; if omitted, the corresponding interaction will not be changed.

    type TCameraInteractionsSetOptions = {
        bearingAndPitch?: boolean;
        pan?: boolean;
        zoom?: boolean;
    }
    Index

    Properties

    bearingAndPitch?: boolean

    Whether to enable bearing (rotation) and pitch (tilting).

    pan?: boolean

    Whether to enable panning (dragging the map).

    zoom?: boolean

    Whether to enable zooming (scroll or pinch).