LocationProvider

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
var locationFlow: StateFlow<Location?>
Link copied to clipboard
val mutableLocationFlow: MutableStateFlow<Location?>

Functions

Link copied to clipboard
abstract fun destroy()
Link copied to clipboard
fun get(): LngLatAlt
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun start(context: Context)
Link copied to clipboard
open fun updateLocation(newLocation: LngLatAlt, speed: Float)