Hi,
I have some code that relies on getting access to the location. I used to retirived the location using the following code:
...
var loc = Toybox.Activity.getActivityInfo().currentLocation;
...
This used to work just fine but for some reasons, it doesn't work for the Forerunner 945... But still works for other devices AND the simulator( for testing the 945 ). This is currently affecting all my faces relying on this data.
I was wondering if other devs are doing this differently or they are having the same issue?
Any help would be appreciated!
Cheers