NavigationCameraStateChangedObserver

fun fun interface NavigationCameraStateChangedObserver

Observer that gets notified whenever NavigationCameraState changes.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onNavigationCameraStateChanged
Link copied to clipboard
abstract fun onNavigationCameraStateChanged(navigationCameraState: NavigationCameraState)
Called whenever NavigationCameraState changes.
toString
Link copied to clipboard
open fun toString(): String