SimulationLocation

data class SimulationLocation(val location: GeoLocation, val delay: Duration = Duration.ZERO)

Wrapper for the GeoLocation that contains information about emission delay.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

location

Location to be emitted.

delay

Delay before location emission.

Constructors

Link copied to clipboard
fun SimulationLocation(location: GeoLocation, delay: Duration = Duration.ZERO)

Properties

Link copied to clipboard
val delay: Duration
Link copied to clipboard
val location: GeoLocation