Updated 09282023-203807
gpstracks://x-callback-url/startTracking
stopAction
[string:required] : This will let you choose to save or delete the track. The two options are "save" or "delete".trackName
[string:optional] : This will be the name of the track if you want to save it.gpstracks://x-callback-url/stopTracking?stopAction=save&trackName=Track1
gpstracks://x-callback-url/stopTracking?stopAction=delete
gpstracks://x-callback-url/pauseTracking
waypointName
[string:optional] : This will be the name of the waypoint.waypointFolder
[string:required] : This is the name of the folder in which the waypoint will be saved. If the folder does not exist, then it will be created.latitude
[string:optional] : Latitude of the waypoint in decimal format.longitude
[string:optional] : Longitude of the waypoint in decimal format.gpstracks://x-callback-url/addWaypoint?waypointname=wpt1&waypointFolder=Hiking&latitude=37.3324&longitude=-122.0312
gpstracks://x-callback-url/addWaypoint?waypointname=wpt1&waypointFolder=Hiking
gpstracks://x-callback-url/addWaypoint?waypointFolder=Camping