Location Consumer
interface LocationConsumer
Content copied to clipboard
Defines the interface for LocationConsumer.
Functions
onBearingUpdated
Link copied to clipboard
abstract fun onBearingUpdated(vararg bearing: Double, options: ValueAnimator.() -> Unit? = null)
Content copied to clipboard
onLocationUpdated
Link copied to clipboard
abstract fun onLocationUpdated(vararg location: Point, options: ValueAnimator.() -> Unit? = null)
Content copied to clipboard
onPuckBearingAnimatorDefaultOptionsUpdated
Link copied to clipboard
abstract fun onPuckBearingAnimatorDefaultOptionsUpdated(options: ValueAnimator.() -> Unit)
Content copied to clipboard
Update ValueAnimator options that will be used to animate between bearing Double updates by default.
onPuckLocationAnimatorDefaultOptionsUpdated
Link copied to clipboard
abstract fun onPuckLocationAnimatorDefaultOptionsUpdated(options: ValueAnimator.() -> Unit)
Content copied to clipboard
Inheritors
LocationConsumer2
Link copied to clipboard