This app allows to mock GPS locations from a GPX file in and Android device.
GPXMockLocations is hosted in the following web site
https://github.com/renato-almeida/GPXMockLocations
If you think the Android project GPXMockLocations 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 GPXMockLocations.
Item | Value |
---|---|
Java File Count | 11 |
Target SDK Version | 16 |
Minimum SDK Version | 8 |
Activity Count | 2 |
jar files used | android-support-v4.jar jaxen.jar jdom.jar |
Required Permissions | android.permission.ACCESS_MOCK_LOCATION android.permission.READ_EXTERNAL_STORAGE android.permission.VIBRATE |
GPXMockLocations has the following Java source files.
com.renatoalmeida.gpxmocklocations.MainActivity.java com.renatoalmeida.gpxmocklocations.MockLocationService.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