Page 1 of 1
New action: get GPS coordinates.
Posted: 06 Jun 2013 15:13
by nakedhitman
I would love to have the ability to do the following:
On Bluetooth disconnect from car stereo > get GPS coordinates
This way, I can pull up a map if I forget where I park.
Re: New action: get GPS coordinates.
Posted: 07 Jun 2013 08:56
by Martin
Hi,
You can do this with a flow like this:
-trigger Bluetooth Disconnected
-action Init Variable Location: GPS, Timeout XX. Use a high timeout since it might take some time to get a GPS location.
-action Notification on Statusbar: Car is near: {location,locationformat} to show an address
or directly start a maps app:
-action Start Activity, set the field Action to android.intent.action.VIEW (the default) and field Data URI to geo:{location}
Regards,
Martin
Re: New action: get GPS coordinates.
Posted: 07 Jun 2013 17:43
by nakedhitman
Thanks! I'll try that.
Re: New action: get GPS coordinates.
Posted: 21 Jun 2013 10:52
by lucasjs33
the other day create a post related to the topic i try the same but it does not work ....
http://automagic4android.com/forum/view ... f=5&t=2114