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

    Type Alias RNMapPadding

    Map padding in logical units (pt on iOS, dp on Android). Both are converted internally to device pixels.

    type RNMapPadding = {
        bottom: number;
        left: number;
        right: number;
        top: number;
    }
    Index

    Properties

    Properties

    bottom: number

    Bottom padding.

    left: number

    Left padding.

    right: number

    Right padding.

    top: number

    Top padding.