If I'm correct, when recording an activity, it's possible to create a waypoint in the current activity file. I'm hoping this waypoint will appear in the activity file that I can download from Garmin Connect as a gpx file.
Is this right? If so....
It seems to be using persisted Content which is all pretty obscure to me from the programmers guide.
Could someone give me a leg up on this please?
I have a session:
$.session = Record.createSession({ :name => "raceQs racing", :sport => Record.SPORT_GENERIC });
$.session.start();
When my user presses a button, I would like to record the current location as a waypoint with a specific name.
I have the current location object.
Could you show me the code for this please?
Many thanks