save abstract method
- String gpxFilePath
Saves the document to a file.
For saving the GPXDocument.tracks modification before writing to a file, use GPXTrackWriter.
gpxFilePathThe 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);