Checks Google Play Services availability.
iOS: always returns false.
Android: performs a real system check.
true if Google Play Services are available, otherwise false.
Opens the OS location settings.
iOS: opens the app settings. Android: opens system location settings.
Requests runtime location permission.
The permission result per platform. See RNLocationPermissionResult.
Sets the Street View camera orientation.
Target bearing, tilt, and zoom.
Optionalanimated: booleanWhether to animate.
OptionaldurationMs: numberAnimation duration in milliseconds.
Navigates to a panorama near the given position. Use this for post initialization navigation with full control over the search.
Target coordinate used to search for a Street View panorama. See RNLatLng.
Optionalradius: numberSearch radius in meters.
Optionalsource: RNStreetViewSourcePanorama source filter.
Navigates to a specific panorama by its ID.
Street View panorama identifier.
Shows a native system dialog prompting the user to enable location services.
Imperative Street View methods.