Simple android app to display gpx tracks.
GPSTrackViewer is hosted in the following web site
https://github.com/ronnyfriedland/GPSTrackViewer
If you think the Android project GPSTrackViewer listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of GPSTrackViewer.
Item | Value |
---|---|
Java File Count | 14 |
Supported screen sizes | [hdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 14 |
Activity Count | 2 |
jar files used | android-support-v4.jar jaxen.jar jdom.jar mapsforge-map-0.3.0-jar-with-dependencies.jar |
Required Permissions | android.permission.ACCESS_FINE_LOCATION android.permission.WRITE_EXTERNAL_STORAGE |
GPSTrackViewer has the following Java source files.
de.ronnyfriedland.android.gps.GpsTrackViewerActivity.java de.ronnyfriedland.android.gps.GpsTrackViewerSettingsActivity.java de.ronnyfriedland.android.gps.to.TrackMetadata.java net.divbyzero.gpx.Coordinate.java net.divbyzero.gpx.GPX.java net.divbyzero.gpx.Measurable.java net.divbyzero.gpx.Track.java net.divbyzero.gpx.TrackSegment.java net.divbyzero.gpx.Waypoint.java net.divbyzero.gpx.parser.JDOM.java net.divbyzero.gpx.parser.Parser.java net.divbyzero.gpx.parser.ParsingException.java