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 |
setGpxVersion(String newVersion)
This method sets the GPX version
|
void |
writeTrackToFile(String fileName,
Activity track,
String appName)
Write the track to a GPX file
|
public static GpxWriter getInstance()
public void setGpxVersion(String newVersion)
newVersion
- The new version "1.0" and "1.1" allowed.Copyright © 2023. All rights reserved.