OnCameraIdleListener

Interface for receiving camera idle events.

Implement this interface and set it using OpenMapView.setOnCameraIdleListener to receive callbacks when the camera stops moving.

This is called after all camera movements (gestures, animations) have completed.

Functions

Link copied to clipboard
abstract fun onCameraIdle()

Called when the camera stops moving.