GPS Questions...
Posted: Tue Oct 23, 2012 7:41 am
Folks; a couple of GPS questions for you:
1) A number of apps seems to be able to determine and indicate the strength of the GPS signal, but I don't see any Livecode keyword that would enable this.
For instance, I was out walking one morning, while using a walk monitor app, when I realized there was a woman in my back pocket complaining that the GPS signal strength was low! How did she know this?
I notice that mobileSensorReading ("location", true) will return a parameter called "horizontal accuracy." Is that how I would determine signal strength?
2) If I have started location tracking, I can monitor the current location by using on locationChanged.
But I notice one Livecode lesson says "You can request sensor information directly, without having to process the changed messages."
Is there any reason or benefit to using 'get mobileSensorReading' at regular intervals, rather than waiting for locationChanged messages?
Many thanks...
--paul
1) A number of apps seems to be able to determine and indicate the strength of the GPS signal, but I don't see any Livecode keyword that would enable this.
For instance, I was out walking one morning, while using a walk monitor app, when I realized there was a woman in my back pocket complaining that the GPS signal strength was low! How did she know this?
I notice that mobileSensorReading ("location", true) will return a parameter called "horizontal accuracy." Is that how I would determine signal strength?
2) If I have started location tracking, I can monitor the current location by using on locationChanged.
But I notice one Livecode lesson says "You can request sensor information directly, without having to process the changed messages."
Is there any reason or benefit to using 'get mobileSensorReading' at regular intervals, rather than waiting for locationChanged messages?
Many thanks...
--paul