AfterDistance

data class AfterDistance(val distance: Double) : ZoneReleaseTiming(source)

Give up the zone behind after travelling the given distance into the next one: the general case, with the other two as its endpoints.

Parameters

distance

how far into the next zone, greater than zero and no more than that zone's length

Constructors

Link copied to clipboard
constructor(distance: Double)

Properties

Link copied to clipboard