Online Maps v3
Loading...
Searching...
No Matches
OnlineMapsGPXObject.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.
 
 Route (OnlineMapsXML node)
 Creates instance and loads the data from the node.
 

Public Attributes

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

Detailed Description

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

Constructor & Destructor Documentation

◆ Route()

OnlineMapsGPXObject.Route.Route ( OnlineMapsXML node)

Creates instance and loads the data from the node.

Parameters
nodeRoute node