public interface OnLocationCameraTransitionListener
CameraMode
transition state.Modifier and Type | Method | Description |
---|---|---|
void |
onLocationCameraTransitionCanceled(int cameraMode) |
Invoked when the camera mode transition animation has been canceled.
|
void |
onLocationCameraTransitionFinished(int cameraMode) |
Invoked when the camera mode transition animation has been finished.
|
void onLocationCameraTransitionFinished(int cameraMode)
cameraMode
- camera mode change that initiated the transitionvoid onLocationCameraTransitionCanceled(int cameraMode)
The camera mode is set regardless of the cancellation of the transition animation.
cameraMode
- camera mode change that initiated the transition