OnIndicatorBearingChangedListener

fun fun interface OnIndicatorBearingChangedListener

Listener that gets invoked when indicator bearing changes.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onIndicatorBearingChanged
Link copied to clipboard
abstract fun onIndicatorBearingChanged(bearing: Double)
This method is called on each bearing change of the location indicator, including each animation frame.
toString
Link copied to clipboard
open fun toString(): String