LocationProvider

interface LocationProvider

Defines the interface for Location Provider.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
registerLocationConsumer
Link copied to clipboard
abstract fun registerLocationConsumer(locationConsumer: LocationConsumer)
Register the location consumer to the Location Provider.
toString
Link copied to clipboard
open fun toString(): String
unRegisterLocationConsumer
Link copied to clipboard
abstract fun unRegisterLocationConsumer(locationConsumer: LocationConsumer)
Unregister the location consumer from the Location Provider.