Panorama

  • The Panorama class and the play-services-panorama library are deprecated and will be turned down on October 30, 2023.

  • There is no replacement for this functionality.

  • Panorama was the main entry point for integrating panorama features in Android applications.

  • Panorama.API and Panorama.PanoramaApi were used to access and interact with the Panorama API, but are now deprecated.

public final class Panorama extends Object

This class 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 panorama integration.

Field Summary

public static final Api<Api.ApiOptions.NoOptions> API This field is deprecated. The play-services-panorama library is deprecated and will be turned down on 30 October 2023. There is no replacement.
public static final PanoramaApi PanoramaApi This field is deprecated. The play-services-panorama library is deprecated and will be turned down on 30 October 2023. There is no replacement.

Inherited Method Summary

Fields

public static final Api<Api.ApiOptions.NoOptions> API

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

Token to pass to GoogleApiClient.Builder.addApi(Api ) to enable the Panorama features.

public static final PanoramaApi PanoramaApi

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

The entry point for interacting with the Panorama API.