OnLocationCameraTransitionListener

Callback for CameraMode transition state.

Deprecated

Location Plugin is deprecated, use Location Component Plugin instead.

interface OnLocationCameraTransitionListener

Functions

onLocationCameraTransitionCanceled
Link copied to clipboard

Invoked when the camera mode transition animation has been canceled.

The camera mode is set regardless of the cancellation of the transition animation.

abstract fun onLocationCameraTransitionCanceled(cameraMode: CameraMode)
onLocationCameraTransitionFinished
Link copied to clipboard

Invoked when the camera mode transition animation has been finished.

abstract fun onLocationCameraTransitionFinished(cameraMode: CameraMode)