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

    Variable GoogleMapsStreetViewConst

    GoogleMapsStreetView: ReactNativeView<
        RNGoogleMapsPlusStreetViewProps,
        RNGoogleMapsPlusStreetViewMethods,
    > = ...

    Native Google Maps Street View component. Uses the native Google Maps SDKs on Android and iOS.

    <GoogleMapsStreetView
    style={{ flex: 1 }}
    initialProps={{
    position: { latitude: 37.8090233, longitude: -122.4742005 },
    camera: { bearing: 315, tilt: 0, zoom: 0 },
    }}
    />