OnIndicatorAccuracyRadiusChangedListener

fun fun interface OnIndicatorAccuracyRadiusChangedListener

Listener that gets invoked when indicator accuracy radius changes.

Functions

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