TourStop

class TourStop(val location: String, val action: TourStopActionIfc)(source)

One leg of a tour: somewhere to be, and something to do there.

Constructors

Link copied to clipboard
constructor(location: String, action: TourStopActionIfc)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String