|
Online Maps v3
|
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< Link > | links |
| 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. | |
Waypoint, point of interest, or named feature on a map.
| OnlineMapsGPXObject.Waypoint.Waypoint | ( | double | lon, |
| double | lat ) |
Constructor.
| lon | The longitude of the point. |
| lat | The latitude of the point. |
| OnlineMapsGPXObject.Waypoint.Waypoint | ( | OnlineMapsXML | node | ) |
Creates instance and loads the data from the node.
| node | Waypoint node |