Package-level declarations
Types
Link copied to clipboard
data class SimulationOptions(val inLoop: Boolean = false, val timeInterval: Duration = 200.milliseconds, val restartDelay: Duration = 5.seconds, val altitude: Double? = null, val deviationRange: ClosedRange<Double>? = null, val simulateAttitude: Boolean = false, val horizontalAccuracy: Double? = null)
Options that configure how a SimulatorLocationSource replays coordinates.
Link copied to clipboard
class SimulatorLocationSource(session: CoreSession, options: SimulationOptions = SimulationOptions()) : LocationSource
A LocationSource that replays a predefined set of coordinates to simulate user movement.