Signal K
    Preparing search index...

    A holder for routes, each named with a UUID

    Indexable

    • [k: string]: {
          description?: string;
          distance?: number;
          end?: string;
          feature?: Feature;
          name?: string;
          source?: Source;
          start?: string;
          timestamp?: string;
          [k: string]: unknown;
      }

      A route, named with a UUID

      This interface was referenced by Route's JSON-Schema definition via the patternProperty "^urn:mrn:signalk:uuid:[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$".

      • [k: string]: unknown
      • Optionaldescription?: string

        A description of the route

      • Optionaldistance?: number

        Total distance from start to end

      • Optionalend?: string

        The waypoint UUID at the end of the route

      • Optionalfeature?: Feature
      • Optionalname?: string

        Route's common name

      • Optionalsource?: Source
      • Optionalstart?: string

        The waypoint UUID at the start of the route

      • Optionaltimestamp?: string

        RFC 3339 (UTC only without local offset) string representing date and time.