OnCameraMoveCanceledListener

Interface for receiving camera movement cancellation events.

Implement this interface and set it using OpenMapView.setOnCameraMoveCanceledListener to receive callbacks when camera movement is interrupted.

This is called when an animation is canceled before completion, such as when a new gesture starts during an animation or OpenMapView.stopAnimation is called.

Functions

Link copied to clipboard
abstract fun onCameraMoveCanceled()

Called when camera movement is canceled.