RouteAttributes: RoutesRequest & {
    name: string;
    path: Path;
    places: Place[];
    waypoints: Waypoint[];
}

Type declaration

  • name: string

    User-defined name

  • path: Path

    Exact traversal

  • places: Place[]

    Places lying on the path.

  • waypoints: Waypoint[]

    Ordered list of (smartId, satisfied cat) objects.

Generated using TypeDoc