public interface

OnStreetViewPanoramaReadyCallback

com.amazon.geo.mapsv2.OnStreetViewPanoramaReadyCallback

Class Overview

Street views are not currently supported in the Amazon Maps API. This interface provides stubs to ensure that developers can make minimal code changes when porting their apps from other platforms.

This interface provides a non-null StreetViewPanorama after being set from a StreetViewPanoramaFragment or StreetViewPanoramaView.

This was added in Amazon Maps V2.2.

Summary

Public Methods
abstract void onStreetViewPanoramaReady(StreetViewPanorama panorama)
This is called when the panorama is ready.

Public Methods

public abstract void onStreetViewPanoramaReady (StreetViewPanorama panorama)

This is called when the panorama is ready.

Parameters
panorama The non-null panorama.