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