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

    Type Alias RNStreetViewOrientation

    Street View tap/long-press orientation on the panorama sphere.

    type RNStreetViewOrientation = {
        bearing: number;
        tilt: number;
    }
    Index

    Properties

    Properties

    bearing: number

    Compass heading in degrees (0–360).

    tilt: number

    Vertical angle in degrees (−90 up, +90 down).