Location Provider
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
unRegisterLocationConsumer
Link copied to clipboard
abstract fun unRegisterLocationConsumer(locationConsumer: LocationConsumer)
Content copied to clipboard
Inheritors
DefaultLocationProvider
Link copied to clipboard