CancelableCallback

A callback interface for tracking camera animation completion.

This interface matches the Google Maps SDK CancelableCallback interface, providing compatibility with the standard Maps API pattern.

Provides callbacks when a camera animation finishes normally or is cancelled.

Functions

Link copied to clipboard
abstract fun onCancel()

Called when the camera animation is cancelled before completion.

Link copied to clipboard
abstract fun onFinish()

Called when the camera animation completes successfully.