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

    Variable GoogleMapsViewConst

    GoogleMapsView: ReactNativeView<
        RNGoogleMapsPlusViewProps,
        RNGoogleMapsPlusViewMethods,
    > = ...

    Native Google Maps view. Uses the native Google Maps SDKs on Android and iOS.

    <GoogleMapsView
    style={{ flex: 1 }}
    initialProps={{
    camera: {
    center: { latitude: 37.7749, longitude: -122.4194 },
    zoom: 12,
    },
    }}
    />