gis-tools-ts - v0.6.0
    Preparing search index...

    Interface GPXTrackProperties

    Represents a track, which is an ordered list of points describing a path.

    interface GPXTrackProperties {
        cmt?: string;
        desc?: string;
        link?: GPXLink[];
        name?: string;
        number?: number;
        src?: string;
        type?: string;
    }

    Hierarchy

    • Properties
      • GPXTrackProperties
    Index

    Properties

    cmt?: string

    Track comment

    desc?: string

    Track description

    link?: GPXLink[]

    Links to external information

    name?: string

    Track name

    number?: number

    Track number

    src?: string

    Source of data

    type?: string

    Classification type of the track