PuckLocatedAtPointListener

fun fun interface PuckLocatedAtPointListener

Listener that gets invoked when the is location puck rendered on point validation finished.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onResult
Link copied to clipboard
abstract fun onResult(isPuckLocatedAtPoint: Boolean)
This method is called when the is location puck rendered on point validation finished.
toString
Link copied to clipboard
open fun toString(): String