com.google.android.gms.maps.StreetViewPanorama.OnStreetViewPanoramaLongClickListener |
Callback interface for when the user long presses on the panorama.
Listeners will be invoked on the main thread
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called when the user makes a long-press gesture on the panorama, but only if none of the
overlays of the panorama handled the gesture.
|
Called when the user makes a long-press gesture on the panorama, but only if none of the overlays of the panorama handled the gesture. Implementations of this method are always invoked on the main thread.
Parameters | |
---|---|
orientation |
StreetViewPanoramaOrientation :
The tilt and bearing values corresponding to the point on the screen
where the user long-pressed. These values have an absolute value within a
specific panorama, and are independent of the current orientation of the
camera.
|