Package-level declarations

Types

Link copied to clipboard
class InterpolationStrategy(locations: List<<Error class: unknown class>>, broadcastDelay: <Error class: unknown class> = BROADCAST_DELAY, startDelay: <Error class: unknown class> = START_DELAY, currentSpeed: <Error class: unknown class> = DEFAULT_SPEED) : SimulationStrategy

Strategy that uses interpolation to determine position. Emits first location and starts emission of other locations after startDelay. Continuously emits rest of locations with a broadcastDelay.

Link copied to clipboard
class TimestampStrategy(locations: List<<Error class: unknown class>>) : SimulationStrategy

Strategy that calculates location delay based on difference in GeoLocation.time in consecutive locations.