Location Provider
Defines the interface for Location Provider.
interface LocationProvider
Content copied to clipboard
Functions
equals
Link copied to clipboard
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