LocationProvider
interface LocationProvider
Content copied to clipboard
Defines the interface for Location Provider.
Functions
registerLocationConsumer
Link copied to clipboard
abstract fun registerLocationConsumer(locationConsumer: LocationConsumer)
Content copied to clipboard
Register the location consumer to the Location Provider.
unRegisterLocationConsumer
Link copied to clipboard
abstract fun unRegisterLocationConsumer(locationConsumer: LocationConsumer)
Content copied to clipboard
Unregister the location consumer from the Location Provider.