SimulationLocation

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

Wrapper for the GeoLocation that contains information about emission delay.

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
Link copied to clipboard