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

    Interface GPXRoute

    Represents a route, which is an ordered list of waypoints leading to a destination.

    interface GPXRoute {
        cmt?: string;
        desc?: string;
        extensions?: GPXExtensions;
        link?: GPXLink[];
        name?: string;
        number?: number;
        rtept?: GPXWaypoint[];
        src?: string;
        type?: string;
    }
    Index

    Properties

    cmt?: string

    Route comment

    desc?: string

    Route description

    extensions?: GPXExtensions

    Custom extensions

    link?: GPXLink[]

    Links to external information

    name?: string

    Route name

    number?: number

    Route number

    rtept?: GPXWaypoint[]

    Ordered list of route waypoints

    src?: string

    Source of data

    type?: string

    Classification type of the route