LocationProvider

Defines the interface for Location Provider.

interface LocationProvider

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
registerLocationConsumer
Link copied to clipboard

Register the location consumer to the Location Provider.

The Location Consumer will get location and bearing updates from the Location Provider.

abstract fun registerLocationConsumer(locationConsumer: LocationConsumer)
toString
Link copied to clipboard
open override fun toString(): String
unRegisterLocationConsumer
Link copied to clipboard

Unregister the location consumer from the Location Provider.

abstract fun unRegisterLocationConsumer(locationConsumer: LocationConsumer)