Class: GpxRoute

GpxRoute

represents a route, an ordered list of waypoints representing a series of turn points leading to a destination.

new GpxRoute(name, cmt, desc, points)

Constructs a gpx route.
Parameters:
Name Type Description
name string The name of the route.
cmt string A comment regarding the route.
desc string A description of the route.
points object[] An array of waypoints representing the route.
Source: