Class: GpxWaypoint

GpxWaypoint

Represents a waypoint, point of interest, or named feature on a map.

new GpxWaypoint(lat, lon, elevation, time, magvar, geoidheight, name, cmt, desc, src, links, sym, type)

Constructs a gpx waypoint.
Parameters:
Name Type Description
lat number The latitude of the waypoint.
lon number The longtitude of the waypoint.
elevation number of the waypoint.
time string The time at the waypoint.
magvar number The magnetic variation at the waypoint.
geoidheight number The geoid height at the waypoint.
name string The name of the waypoint.
cmt string A comment regarding the waypoint.
desc string A description of the waypoint.
src string The source of the waypoint.
links string[] An array of links for the waypoint.
sym string The symbol of the waypoint.
type string The type of waypoint.
Source:

Members

cmt :string

cmt of the Waypoint
Type:
  • string
Source:

desc :string

Description of the Waypoint
Type:
  • string
Source:

elevation :Number

Elevation at the Waypoint
Type:
  • Number
Source:

lat :Number

Latitude of the Waypoint
Type:
  • Number
Source:

lon :Number

Longtitude of the Waypoint
Type:
  • Number
Source:

name :string

Name of the Waypoint
Type:
  • string
Source:

time :Date

Time associated with the Waypoint
Type:
  • Date
Source: