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

    Interface GPXTrackSegment

    Represents a track segment, which holds a list of track points logically connected in order.

    interface GPXTrackSegment {
        extensions?: GPXExtensions;
        trkpt?: GPXWaypoint[];
    }
    Index

    Properties

    Properties

    extensions?: GPXExtensions

    Custom extensions

    trkpt?: GPXWaypoint[]

    Ordered list of track points