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

    Type Alias RNStreetViewInitialProps

    Initial Street View configuration. Set once before the view mounts.

    type RNStreetViewInitialProps = {
        camera?: RNStreetViewCamera;
        panoramaId?: string;
        position?: RNLatLng;
        radius?: number;
        source?: RNStreetViewSource;
    }
    Index

    Properties

    Initial camera orientation. Applied once at mount time. See RNStreetViewCamera.

    panoramaId?: string

    Load a specific panorama by ID. Takes priority over position when set.

    position?: RNLatLng

    Initial panorama position. Ignored when panoramaId is set. See RNLatLng.

    radius?: number

    Search radius in meters around position.

    50

    Restricts panoramas to the given source.

    'default' See RNStreetViewSource.