public class GpxWriter extends Object
| Modifier and Type | Method and Description |
|---|---|
static GpxWriter |
getInstance()
This method returns the one and only instance of this singleton class.
|
void |
setGpxExtensions(boolean garmin,
boolean ugotme)
Overrules the extensions to GPX as defined in settings.
|
void |
setGpxVersion(String newVersion)
This method sets the GPX version
|
void |
writeTrackToFile(Writer writer,
Activity track,
String appName)
Write the track to a GPX file
|
public void setGpxExtensions(boolean garmin,
boolean ugotme)
garmin - Garmin extensionsugotme - uGotme extensionspublic static GpxWriter getInstance()
public void setGpxVersion(String newVersion)
newVersion - The new version "1.0" and "1.1" allowed.Copyright © 2025. All rights reserved.