SimulationLocation

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
data class SimulationLocation(val location: GeoLocation, val delay: Duration = Duration.ZERO)

Wrapper for the GeoLocation that contains information about emission delay.

Constructors

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

Properties

Link copied to clipboard

Delay before location emission.

Link copied to clipboard

Location to be emitted.