com.google.android.gms.maps.GoogleMap.OnCameraMoveListener |
Callback interface for when the camera changes position.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called repeatedly as the camera continues to move after an onCameraMoveStarted call.
|
Called repeatedly as the camera continues to move after an onCameraMoveStarted call. This may be called as often as once every frame and should not perform expensive operations.
This is called on the Android UI thread.