LocationSimulationRepository

class LocationSimulationRepository(defaultLocation: Location? = null)

Constructors

Link copied to clipboard
constructor(defaultLocation: Location? = null)

Properties

Link copied to clipboard
val location: StateFlow<Location?>

Functions

Link copied to clipboard
fun setLocation(location: Location?)
Link copied to clipboard
fun setReverse(isReverse: Boolean)