LocationProvider

interface LocationProvider

Defines the interface for Location Provider.

Functions

registerLocationConsumer
Link copied to clipboard
abstract fun registerLocationConsumer(locationConsumer: LocationConsumer)
Register the location consumer to the Location Provider.
unRegisterLocationConsumer
Link copied to clipboard
abstract fun unRegisterLocationConsumer(locationConsumer: LocationConsumer)
Unregister the location consumer from the Location Provider.