GPXTrackWriter.withTrack constructor

GPXTrackWriter.withTrack(
  1. GPXTrack track
)

Creates a new instance of GPXTrackWriter with GPXTrack.

Use this constructor to append locations to an existing track.

  • track GPX track.

Implementation

factory GPXTrackWriter.withTrack(GPXTrack track) => $prototype.withTrack(track);