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

    Type Alias RNInitialProps

    Initial map configuration.

    type RNInitialProps = {
        backgroundColor?: string;
        camera?: RNCameraUpdate;
        liteMode?: boolean;
        mapId?: string;
    }
    Index

    Properties

    backgroundColor?: string

    Background color while tiles load.

    Initial camera configuration.

    liteMode?: boolean

    Enables lite rendering mode.

    Android: supported. iOS: not supported.

    mapId?: string

    Map instance identifier.