Page 1 of 1

available variables not working

Posted: 05 Jan 2015 16:38
by conradcliff
http://automagic4android.com/flow.php?i ... cae7c880d6

I think I'm just missing something simple, but if you look at this flow, the SMS is supposed to include things like accuracy and direction but they always come up as null. What am I doing wrong?

Re: available variables not working

Posted: 05 Jan 2015 21:01
by Martin
Hi,

altitude/bearing/speed is usually only provided when GPS is used, all other location providers usually provide no values (null) but this might depend on the Android version or even the version of Google Play services installed on the device.
You could also add a condition Debug Dialog after the location was fetched to see what variables become available for each provider on your device.

Regards,
Martin