InterpolationStrategy

constructor(    locations: List<GeoLocation>,     broadcastDelay: Duration = BROADCAST_DELAY,     startDelay: Duration = START_DELAY,     currentSpeed: Speed = DEFAULT_SPEED)

Parameters

locations

List of locations to be emitted.

startDelay

Delay before second location is emitted.

broadcastDelay

Delay before emission of consecutive locations.