|
Real World Terrain
v4.1
|
Route - an ordered list of waypoints representing a series of turn points leading to a destination. More...
Public Member Functions | |
| Route () | |
| Constructor More... | |
| Route (RealWorldTerrainXML node) | |
| Creates instance and loads the data from the node. More... | |
Public Attributes | |
| string | name |
| GPS name of route. More... | |
| string | comment |
| GPS comment for route. More... | |
| string | description |
| Text description of route for user. Not sent to GPS. More... | |
| string | source |
| Source of data. Included to give user some idea of reliability and accuracy of data. More... | |
| List< Link > | links |
| Links to external information about the route. More... | |
| uint? | number |
| GPS route number. More... | |
| string | type |
| Type (classification) of route. More... | |
| List< Waypoint > | points |
| A list of route points. More... | |
| RealWorldTerrainXML | extensions |
| You can add extend GPX by adding your own elements from another schema here. More... | |
Route - an ordered list of waypoints representing a series of turn points leading to a destination.
| InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Route.Route | ( | ) |
Constructor
| InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Route.Route | ( | RealWorldTerrainXML | node | ) |
Creates instance and loads the data from the node.
| node | Route node |
| string InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Route.comment |
GPS comment for route.
| string InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Route.description |
Text description of route for user. Not sent to GPS.
| RealWorldTerrainXML InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Route.extensions |
You can add extend GPX by adding your own elements from another schema here.
| List<Link> InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Route.links |
Links to external information about the route.
| string InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Route.name |
GPS name of route.
| uint? InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Route.number |
GPS route number.
| List<Waypoint> InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Route.points |
A list of route points.
| string InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Route.source |
Source of data. Included to give user some idea of reliability and accuracy of data.
| string InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Route.type |
Type (classification) of route.