public static interface

PanoramaClient.OnPanoramaInfoLoadedListener

com.google.android.gms.panorama.PanoramaClient.OnPanoramaInfoLoadedListener

Class Overview

Callback interface for loading panorama info.

Summary

Public Methods
abstract void onPanoramaInfoLoaded(ConnectionResult result, Intent viewerIntent)
Called on the main thread when panorama info is loaded.

Public Methods

public abstract void onPanoramaInfoLoaded (ConnectionResult result, Intent viewerIntent)

Called on the main thread when panorama info is loaded.

Parameters
result result of the operation. isSuccess() will return true if the request succeeded.
viewerIntent if the image is a panorama this is not null and will launch a viewer when started. If the image is not a panorama this will be null.