Checks Google Play Services availability.
iOS: always returns false.
Android: performs a real system check.
Returns false for outdated, disabled or updating Play Services.
The panorama view is still created, so the Maps SDK can show its own error UI.
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: boolean
Whether to animate.
OptionaldurationMs: number
Animation 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: number
Search radius in meters.
Optionalsource: RNStreetViewSource
Panorama 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.