OnTrackingModeTransitionListener

interface OnTrackingModeTransitionListener

Listener that gets invoked when the navigation camera finishes a transition to a new tracking mode.

Functions

onTransitionCancelled
Link copied to clipboard
abstract fun onTransitionCancelled(trackingMode: Int)
Invoked when the transition to a new tracking mode has been cancelled.
onTransitionFinished
Link copied to clipboard
abstract fun onTransitionFinished(trackingMode: Int)
Invoked when the camera has finished a transition to a new tracking mode.

Inheritors

MapFpsDelegate
Link copied to clipboard