Online Maps v3
Loading...
Searching...
No Matches
OnlineMapsGPXObject.Waypoint Class Reference

Waypoint, point of interest, or named feature on a map. More...

Public Member Functions

 Waypoint (double lon, double lat)
 Constructor.
 
 Waypoint (OnlineMapsXML node)
 Creates instance and loads the data from the node.
 

Public Attributes

double? elevation
 Elevation (in meters) of the point.
 
DateTime? time
 Creation/modification timestamp for element.
Date and time in are in Univeral Coordinated Time (UTC), not local time!
Conforms to ISO 8601 specification for date/time representation.
Fractional seconds are allowed for millisecond timing in tracklogs.
 
double? geoidheight
 Height (in meters) of geoid (mean sea level) above WGS84 earth ellipsoid. As defined in NMEA GGA message.
 
string name
 The GPS name of the waypoint. This field will be transferred to and from the GPS.
GPX does not place restrictions on the length of this field or the characters contained in it.
It is up to the receiving application to validate the field before sending it to the GPS.
 
string comment
 GPS waypoint comment. Sent to GPS as comment.
 
string description
 A text description of the element. Holds additional information about the element intended for the user, not the GPS.
 
string source
 Source of data. Included to give user some idea of reliability and accuracy of data. "Garmin eTrex", "USGS quad Boston North", e.g.
 
List< Linklinks
 Link to additional information about the waypoint.
 
string symbol
 Text of GPS symbol name. For interchange with other programs, use the exact spelling of the symbol as displayed on the GPS. If the GPS abbreviates words, spell them out.
 
string type
 Type (classification) of the waypoint.
 
string fix
 Type of GPX fix.
 
uint? sat
 Number of satellites used to calculate the GPX fix.
 
double? hdop
 Horizontal dilution of precision.
 
double? vdop
 Vertical dilution of precision.
 
double? pdop
 Position dilution of precision.
 
double? ageofdgpsdata
 Number of seconds since last DGPS update.
 
OnlineMapsXML extensions
 You can add extend GPX by adding your own elements from another schema here.
 

Properties

double lat [get, set]
 The latitude of the point. Decimal degrees, WGS84 datum.
 
double lon [get, set]
 The longitude of the point. Decimal degrees, WGS84 datum.
 
double? magvar [get, set]
 Magnetic variation (in degrees) at the point.
 
short? dgpsid [get, set]
 ID of DGPS station used in differential correction.
 

Detailed Description

Waypoint, point of interest, or named feature on a map.

Constructor & Destructor Documentation

◆ Waypoint() [1/2]

OnlineMapsGPXObject.Waypoint.Waypoint ( double lon,
double lat )

Constructor.

Parameters
lonThe longitude of the point.
latThe latitude of the point.

◆ Waypoint() [2/2]

OnlineMapsGPXObject.Waypoint.Waypoint ( OnlineMapsXML node)

Creates instance and loads the data from the node.

Parameters
nodeWaypoint node