Hi all,
As a beginner to Connect IQ, I am still trying different ways of reading location info as well as compass settings in a multi page app.
Currently, in my view, I have a timer event (1000 msec) based on which I call Position.getInfo() to read the current GPS info.
In my simulation everything works fine but in the actual watch (Quatix 3), position data does not seem to change at all :(
The question is whether Position.getInfo() can be called anytime or do I have to use enableLocationEvents first ????
Thanks for your ideas.