Walking

data class Walking(val duration: Duration) : RouteSegment

Walking segment between two route points.

Usually represents pedestrian movement from the origin to a stop, between transfer points, or from the final stop to destination.

Constructors

Link copied to clipboard
constructor(duration: Duration)

Properties

Link copied to clipboard
val duration: Duration

Expected walking time for this segment.