save abstract method

bool save(
  1. String gpxFilePath
)

Saves the document to a file.

For saving the GPXDocument.tracks modification before writing to a file, use GPXTrackWriter.

  • gpxFilePath The file path where the GPX document will be saved.

Returns bool. True if the document has been saved successfully. False if an error has been happened during saving.

Implementation

bool save(String gpxFilePath);