Real World Terrain  v4.1
InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Route Class Reference

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< Linklinks
 Links to external information about the route. More...
 
uint? number
 GPS route number. More...
 
string type
 Type (classification) of route. More...
 
List< Waypointpoints
 A list of route points. More...
 
RealWorldTerrainXML extensions
 You can add extend GPX by adding your own elements from another schema here. More...
 

Detailed Description

Route - an ordered list of waypoints representing a series of turn points leading to a destination.

Constructor & Destructor Documentation

◆ Route() [1/2]

InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Route.Route ( )

Constructor

◆ Route() [2/2]

InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Route.Route ( RealWorldTerrainXML  node)

Creates instance and loads the data from the node.

Parameters
nodeRoute node

Member Data Documentation

◆ comment

string InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Route.comment

GPS comment for route.

◆ description

string InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Route.description

Text description of route for user. Not sent to GPS.

◆ extensions

RealWorldTerrainXML InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Route.extensions

You can add extend GPX by adding your own elements from another schema here.

◆ links

List<Link> InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Route.links

Links to external information about the route.

◆ name

string InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Route.name

GPS name of route.

◆ number

uint? InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Route.number

GPS route number.

◆ points

List<Waypoint> InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Route.points

A list of route points.

◆ source

string InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Route.source

Source of data. Included to give user some idea of reliability and accuracy of data.

◆ type

string InfinityCode.RealWorldTerrain.Utils.RealWorldTerrainGPXObject.Route.type

Type (classification) of route.