OnStreetViewPanoramaReadyCallback

public interfaceOnStreetViewPanoramaReadyCallback

Callback interface for when the Street View panorama is ready to be used.

Once an instance of this interface is set on aStreetViewPanoramaFragment orStreetViewPanoramaView object, the onStreetViewPanoramaReady(StreetViewPanorama)method is triggered when the panorama is ready to be used and provides a non-null instance ofStreetViewPanorama.

If Google Play services is not installed on the device, the user is prompted to install it, and the onStreetViewPanoramaReady(StreetViewPanorama)method will only be triggered when the user has installed it and returned to the app.

Public Method Summary

abstract void
onStreetViewPanoramaReady(StreetViewPanorama panorama)
Called when the Street View panorama is ready to be used.

Public Methods

public abstract voidonStreetViewPanoramaReady(StreetViewPanorama panorama)

Called when the Street View panorama is ready to be used.

Parameters
panorama A non-null instance of a StreetViewPanorama associated with theStreetViewPanoramaFragment orStreetViewPanoramaView that defines the callback.