PanoramaApi

public interface PanoramaApi

This interface is deprecated.
The play-services-panorama library is deprecated and will be turned down on 30 October 2023. There is no replacement.

The main entry point for interacting with Panorama viewer. This class provides methods for obtaining an Intent to view a Panorama.

Nested Class Summary

interface PanoramaApi.PanoramaResult This interface is deprecated. The play-services-panorama library is deprecated and will be turned down on 30 October 2023. There is no replacement.  

Public Method Summary

abstract PendingResult<PanoramaApi.PanoramaResult>
loadPanoramaInfo(GoogleApiClient client, Uri uri)
This method is deprecated. The play-services-panorama library is deprecated and will be turned down on 30 October 2023. There is no replacement.
abstract PendingResult<PanoramaApi.PanoramaResult>
loadPanoramaInfoAndGrantAccess(GoogleApiClient client, Uri uri)
This method is deprecated. The play-services-panorama library is deprecated and will be turned down on 30 October 2023. There is no replacement.

Public Methods

public abstract PendingResult<PanoramaApi.PanoramaResult> loadPanoramaInfo (GoogleApiClient client, Uri uri)

This method is deprecated.
The play-services-panorama library is deprecated and will be turned down on 30 October 2023. There is no replacement.

Loads information about a panorama.

Parameters
client
uri the URI of the panorama to load info about. May be a file:, content:, or android_resource: scheme.

public abstract PendingResult<PanoramaApi.PanoramaResult> loadPanoramaInfoAndGrantAccess (GoogleApiClient client, Uri uri)

This method is deprecated.
The play-services-panorama library is deprecated and will be turned down on 30 October 2023. There is no replacement.

Loads information about a panorama from a content provider. This method will also explicitly grant and revoke access to the URI while the load is happening so images in content providers may be inspected without giving permission to an entire content provider. The returned viewer intent will also have the Intent.FLAG_GRANT_READ_URI_PERMISSION set so the viewer has access.