GPXDocument.withTracks constructor
- List<
GPXTrack> tracks
Create a GPX document from a list of GPX tracks.
tracksThe list of tracks.
Implementation
factory GPXDocument.withTracks(List<GPXTrack> tracks) => $prototype.withTracks(tracks);
Create a GPX document from a list of GPX tracks.
tracks The list of tracks.factory GPXDocument.withTracks(List<GPXTrack> tracks) => $prototype.withTracks(tracks);