|
Online Maps v3
|
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< Link > | links |
| Links to external information about track. | |
| uint? | number |
| GPS track number. | |
| string | type |
| Type (classification) of track. | |
| List< TrackSegment > | segments |
| 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. | |
Track - an ordered list of points describing a path.
| OnlineMapsGPXObject.Track.Track | ( | OnlineMapsXML | node | ) |
Creates instance and loads the data from the node.
| node | Track node |