LocationConsumer

interface LocationConsumer

Defines the interface for LocationConsumer.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onBearingUpdated
Link copied to clipboard
abstract fun onBearingUpdated(vararg bearing: Double, options: ValueAnimator.() -> Unit? = null)
Called whenever the bearing is updated.
onLocationUpdated
Link copied to clipboard
abstract fun onLocationUpdated(vararg location: Point, options: ValueAnimator.() -> Unit? = null)
Called whenever the location is updated.
abstract fun onPuckBearingAnimatorDefaultOptionsUpdated(options: ValueAnimator.() -> Unit)
Update ValueAnimator options that will be used to animate between bearing Double updates by default.
abstract fun onPuckLocationAnimatorDefaultOptionsUpdated(options: ValueAnimator.() -> Unit)
Update ValueAnimator options that will be used to animate between Point updates by default.
toString
Link copied to clipboard
open fun toString(): String

Inheritors

LocationComponentPluginImpl
Link copied to clipboard