LocationProvider

Defines the interface for Location Provider.

Functions

Link copied to clipboard
abstract fun registerLocationConsumer(locationConsumer: LocationConsumer)

Register the location consumer to the Location Provider.

Link copied to clipboard
abstract fun unRegisterLocationConsumer(locationConsumer: LocationConsumer)

Unregister the location consumer from the Location Provider.

Inheritors

Link copied to clipboard