LocationObserver

interface LocationObserver

An interface which enables listening to location updates

See also

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onNewLocationMatcherResult
Link copied to clipboard
abstract fun onNewLocationMatcherResult(locationMatcherResult: LocationMatcherResult)
Provides the best possible location update, snapped to the route or map-matched to the road if possible.
onNewRawLocation
Link copied to clipboard
abstract fun onNewRawLocation(rawLocation: Location)
Invoked as soon as a new Location has been received.
toString
Link copied to clipboard
open fun toString(): String