Route - an ordered list of waypoints representing a series of turn points leading to a destination.
More...
|
|
| Route () |
| | Constructor.
|
| |
| | Route (OnlineMapsXML node) |
| | Creates instance and loads the data from the node.
|
| |
|
|
string | name |
| | GPS name of route.
|
| |
|
string | comment |
| | GPS comment for route.
|
| |
|
string | description |
| | Text description of route for user. Not sent to GPS.
|
| |
|
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 the route.
|
| |
|
uint? | number |
| | GPS route number.
|
| |
|
string | type |
| | Type (classification) of route.
|
| |
|
List< Waypoint > | points |
| | A list of route points.
|
| |
|
OnlineMapsXML | extensions |
| | You can add extend GPX by adding your own elements from another schema here.
|
| |
Route - an ordered list of waypoints representing a series of turn points leading to a destination.
◆ Route()
Creates instance and loads the data from the node.
- Parameters
-