GPXDocument.withTracks constructor

GPXDocument.withTracks(
  1. List<GPXTrack> tracks
)

Create a GPX document from a list of GPX tracks.

  • tracks The list of tracks.

Implementation

factory GPXDocument.withTracks(List<GPXTrack> tracks) => $prototype.withTracks(tracks);