GoogleMap.OnCameraIdleListener

  • The GoogleMap.OnCameraIdleListener interface is a callback for when camera movement on the map has ended.

  • The abstract method onCameraIdle() is called when camera movement has ceased, there are no ongoing animations, and the user is no longer interacting with the map.

  • The onCameraIdle() method is executed on the Android UI thread.

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.