GPXTrackWriter.withTrack constructor
- GPXTrack track
Creates a new instance of GPXTrackWriter with GPXTrack.
Use this constructor to append locations to an existing track.
trackGPX track.
Implementation
factory GPXTrackWriter.withTrack(GPXTrack track) => $prototype.withTrack(track);