react-native-google-maps-plus - v1.12.1
    Preparing search index...

    Type Alias RNMapUiSettings

    UI and gesture settings.

    type RNMapUiSettings = {
        allGesturesEnabled?: boolean;
        compassEnabled?: boolean;
        consumeOnMarkerPress?: boolean;
        consumeOnMyLocationButtonPress?: boolean;
        indoorLevelPickerEnabled?: boolean;
        mapToolbarEnabled?: boolean;
        myLocationButtonEnabled?: boolean;
        rotateEnabled?: boolean;
        scrollDuringRotateOrZoomEnabled?: boolean;
        scrollEnabled?: boolean;
        tiltEnabled?: boolean;
        zoomControlsEnabled?: boolean;
        zoomGesturesEnabled?: boolean;
    }
    Index

    Properties

    allGesturesEnabled?: boolean

    Enables or disables all gestures.

    true

    compassEnabled?: boolean

    Shows the compass.

    false

    consumeOnMarkerPress?: boolean

    Consumes the press event.

    When enabled: native map UI does not execute its default behavior; only the JS callback fires. When disabled: JS callback fires and native behavior runs (camera move, info window, selection).

    false

    consumeOnMyLocationButtonPress?: boolean

    Consumes the My-Location-button press event.

    When enabled: native map UI does not execute its default behavior; only the JS callback fires. When disabled: JS callback fires and native behavior runs (camera animates to user location).

    false

    indoorLevelPickerEnabled?: boolean

    Enables the indoor level picker.

    false

    mapToolbarEnabled?: boolean

    Enables the map toolbar.

    Android: supported. iOS: not supported.

    false

    myLocationButtonEnabled?: boolean

    Enables the "My Location" button.

    false

    rotateEnabled?: boolean

    Enables rotation gestures.

    true

    scrollDuringRotateOrZoomEnabled?: boolean

    Enables scroll during rotate/zoom gestures.

    true

    scrollEnabled?: boolean

    Enables scroll gestures.

    true

    tiltEnabled?: boolean

    Enables tilt gestures.

    true

    zoomControlsEnabled?: boolean

    Shows built-in zoom controls.

    Android: supported. iOS: not supported.

    false

    zoomGesturesEnabled?: boolean

    Enables pinch zoom gestures.

    true