Update

data class Update(result: LocationMatcherResult) : LocationAction

The action updates the LocationMatcherResult retrieved from location observer

Constructors

Update
Link copied to clipboard
fun Update(result: LocationMatcherResult)

Functions

component1
Link copied to clipboard
operator fun component1(): LocationMatcherResult
copy
Link copied to clipboard
fun copy(result: LocationMatcherResult): LocationAction.Update
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

result
Link copied to clipboard
val result: LocationMatcherResult