StaticLocationProvider

class StaticLocationProvider(latitude: Double, longitude: Double) : LocationProvider

Constructors

Link copied to clipboard
constructor(latitude: Double, longitude: Double)

Types

Link copied to clipboard
object Companion

Properties

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

Functions

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