Class: GpxResult

GpxResult

Holds the results of the gpx parse

new GpxResult(metadata, waypoints, routes, tracks)

Constructor for GpxResult
Parameters:
Name Type Description
metadata GpxMetaData The metadata associated with the gpx trace
waypoints Array.<GpxWaypoint> An array of waypoints.
routes Array.<GpxRoute> An array of routes.
tracks Array.<GpxTrack> An array of tracks.
Source: