Hi,
I'm absolutely new in Garmin development. I'm trying to develop a feature that watch is being paused when I'm in a certain location. Is this technically possible to develop?
Thank you
Hi,
I'm absolutely new in Garmin development. I'm trying to develop a feature that watch is being paused when I'm in a certain location. Is this technically possible to develop?
Thank you
If you write a device app, you can control the recording of a fit file with stop() and start() based on the GPS location, but that has no impact on other things like step count, daily calories, etc. See ActivityRecording in the API guide.