public static interface
GoogleMap.OnCameraIdleListener
Callback interface for when camera movement has ended.
Public Method Summary
abstract void |
onCameraIdle()
Called when camera movement has ended, there are no pending animations and the user has
stopped interacting with the map.
|
Public Methods
public abstract void onCameraIdle ()
Called when camera movement has ended, there are no pending animations and the user has stopped interacting with the map.
This is called on the Android UI thread.