OnIndicatorPositionChangedListener

fun fun interface OnIndicatorPositionChangedListener

Listener that gets invoked when indicator position changes.

Functions

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