LocationObserver

interface LocationObserver

An interface which enables listening to location updates

See also

Functions

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.

Link copied to clipboard
abstract fun onNewRawLocation(rawLocation: Location)

Invoked as soon as a new Location has been received.