Panorama
Stay organized with collections
Save and categorize content based on your preferences.
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
From class java.lang.Object
Object
|
clone()
|
boolean |
|
void |
finalize()
|
final Class<?>
|
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String
|
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
Fields
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.
The entry point for interacting with the Panorama API.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[[["\u003cp\u003eThe \u003ccode\u003ePanorama\u003c/code\u003e class and the \u003ccode\u003eplay-services-panorama\u003c/code\u003e library are deprecated and will be turned down on October 30, 2023.\u003c/p\u003e\n"],["\u003cp\u003eThere is no replacement for this functionality.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePanorama\u003c/code\u003e was the main entry point for integrating panorama features in Android applications.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePanorama.API\u003c/code\u003e and \u003ccode\u003ePanorama.PanoramaApi\u003c/code\u003e were used to access and interact with the Panorama API, but are now deprecated.\u003c/p\u003e\n"]]],["The `Panorama` class and its associated `play-services-panorama` library are deprecated and will be shut down on October 30, 2023, with no replacement. Key components, `API` and `PanoramaApi`, which were entry points for panorama integration and interaction, are also deprecated. The `API` was a token for enabling Panorama features, and `PanoramaApi` served as the main interface for the Panorama API. The inherited methods are from class java.lang.Object.\n"],null,["# Panorama\n\npublic final class **Panorama** extends [Object](//developer.android.com/reference/java/lang/Object.html) \n**This class is deprecated.** \n\nThe `play-services-panorama` library is deprecated and will be turned down on 30\nOctober 2023. There is no replacement.\n\nThe main entry point for panorama integration. \n\n### Field Summary\n\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|\n| public static final [Api](/android/reference/com/google/android/gms/common/api/Api)\\\u003c[Api.ApiOptions.NoOptions](/android/reference/com/google/android/gms/common/api/Api.ApiOptions.NoOptions)\\\u003e | [API](/android/reference/com/google/android/gms/panorama/Panorama#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.* |\n| public static final [PanoramaApi](/android/reference/com/google/android/gms/panorama/PanoramaApi) | [PanoramaApi](/android/reference/com/google/android/gms/panorama/Panorama#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.* |\n\n### Inherited Method Summary\n\nFrom class java.lang.Object \n\n|----------------------------------------------------------------------------|--------------------------------------------------------------------------------|\n| [Object](//developer.android.com/reference/java/lang/Object.html) | clone() |\n| boolean | equals([Object](//developer.android.com/reference/java/lang/Object.html) arg0) |\n| void | finalize() |\n| final [Class](//developer.android.com/reference/java/lang/Class.html)\\\u003c?\\\u003e | getClass() |\n| int | hashCode() |\n| final void | notify() |\n| final void | notifyAll() |\n| [String](//developer.android.com/reference/java/lang/String.html) | toString() |\n| final void | wait(long arg0, int arg1) |\n| final void | wait(long arg0) |\n| final void | wait() |\n\nFields\n------\n\n#### public static final [Api](/android/reference/com/google/android/gms/common/api/Api)\\\u003c[Api.ApiOptions.NoOptions](/android/reference/com/google/android/gms/common/api/Api.ApiOptions.NoOptions)\\\u003e\n**API**\n\n**This field is deprecated.** \n\nThe `play-services-panorama` library is deprecated and will be turned down on\n30 October 2023. There is no replacement. \nToken to pass to [GoogleApiClient.Builder.addApi(Api\n)](/android/reference/com/google/android/gms/common/api/GoogleApiClient.Builder#addApi(com.google.android.gms.common.api.Api\u003c?%20extends%20com.google.android.gms.common.api.Api.ApiOptions.NotRequiredOptions\u003e)) to enable the Panorama features. \n\n#### public static final [PanoramaApi](/android/reference/com/google/android/gms/panorama/PanoramaApi)\n**PanoramaApi**\n\n**This field is deprecated.** \n\nThe `play-services-panorama` library is deprecated and will be turned down on\n30 October 2023. There is no replacement. \nThe entry point for interacting with the Panorama API."]]