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

    Interface GPXMetadata

    Contains metadata information about the GPX file.

    interface GPXMetadata {
        author?: GPXPerson;
        bounds?: GPXBounds;
        copyright?: GPXCopyright;
        desc?: string;
        extensions?: GPXExtensions;
        keywords?: string;
        link?: GPXLink[];
        name?: string;
        time?: string;
    }
    Index

    Properties

    author?: GPXPerson

    Person or organization responsible for the file

    bounds?: GPXBounds

    Bounding box of the data

    copyright?: GPXCopyright

    Copyright and license information

    desc?: string

    Description of the file's contents

    extensions?: GPXExtensions

    Custom extensions

    keywords?: string

    Keywords for classification

    link?: GPXLink[]

    URLs associated with the GPX file

    name?: string

    Name of the GPX file

    time?: string

    Creation timestamp in ISO 8601 format