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

    Interface GPXPerson

    Defines a person or organization associated with the GPX file.

    interface GPXPerson {
        email?: GPXEmail;
        link?: GPXLink;
        name?: string;
    }
    Index

    Properties

    Properties

    email?: GPXEmail

    Email address (split into ID and domain)

    link?: GPXLink

    Link to external information about the person

    name?: string

    Name of the person or organization