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

    Interface GPXRouteProperties

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

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

    Hierarchy

    • Properties
      • GPXRouteProperties
    Index

    Properties

    cmt?: string

    Route comment

    desc?: string

    Route description

    link?: GPXLink[]

    Links to external information

    name?: string

    Route name

    number?: number

    Route number

    src?: string

    Source of data

    type?: string

    Classification type of the route