public static interface

GoogleMap.OnCameraIdleListener

com.google.android.gms.maps.GoogleMap.OnCameraIdleListener

Class Overview

Callback interface for when camera movement has ended.

Summary

Public Methods
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.