Online Maps v3
Loading...
Searching...
No Matches
OnlineMapsGPXObject.Track Class Reference

Track - an ordered list of points describing a path. More...

Public Member Functions

 Track ()
 Constructor.
 
 Track (OnlineMapsXML node)
 Creates instance and loads the data from the node.
 

Public Attributes

string name
 GPS name of track.
 
string comment
 GPS comment for track.
 
string description
 User description of track.
 
string source
 Source of data. Included to give user some idea of reliability and accuracy of data.
 
List< Linklinks
 Links to external information about track.
 
uint? number
 GPS track number.
 
string type
 Type (classification) of track.
 
List< TrackSegmentsegments
 A Track Segment holds a list of Track Points which are logically connected in order.
To represent a single GPS track where GPS reception was lost, or the GPS receiver was turned off, start a new Track Segment for each continuous span of track data.
 
OnlineMapsXML extensions
 You can add extend GPX by adding your own elements from another schema here.
 

Detailed Description

Track - an ordered list of points describing a path.

Constructor & Destructor Documentation

◆ Track()

OnlineMapsGPXObject.Track.Track ( OnlineMapsXML node)

Creates instance and loads the data from the node.

Parameters
nodeTrack node