Output of TourPlanner.plan — the ordered sequence of stops the smoother turns into the final waypoint list.

interface TourPlanResult {
    stops: readonly TourStop[];
}

Properties

Properties

stops: readonly TourStop[]