Page Summary
-
StreetViewPanorama.OnStreetViewPanoramaCameraChangeListeneris an interface for listening to changes in theStreetViewPanoramaCamera. -
The
onStreetViewPanoramaCameraChangemethod is called when the camera changes, either by user interaction or programmatically. -
The
onStreetViewPanoramaCameraChangemethod is always invoked on the main thread.
A listener for when the StreetViewPanoramaCamera changes
Public Method Summary
| abstract void |
onStreetViewPanoramaCameraChange(StreetViewPanoramaCamera
camera)
Called when the user makes changes to the camera on the panorama or if the
camera is changed programmatically.
|
Public Methods
public abstract void onStreetViewPanoramaCameraChange (StreetViewPanoramaCamera camera)
Called when the user makes changes to the camera on the panorama or if the camera is changed programmatically. Implementations of this method are always invoked on the main thread.
Parameters
| camera | The position the camera has changed to |
|---|