Signal K
    Preparing search index...

    A holder for regions, each named with UUID

    Indexable

    • [k: string]: {
          feature?: Feature;
          geohash?: { [k: string]: unknown };
          source?: Source;
          timestamp?: string;
          [k: string]: unknown;
      }

      A region of interest, each named with a UUID

      This interface was referenced by Region'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
      • Optionalfeature?: Feature
      • Optionalgeohash?: { [k: string]: unknown }

        geohash of the approximate boundary of this region

      • Optionalsource?: Source
      • Optionaltimestamp?: string

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