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.
New action: get GPS coordinates.
Moderator: Martin
Re: New action: get GPS coordinates.
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
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
-
- Posts: 3
- Joined: 06 Jun 2013 14:56
Re: New action: get GPS coordinates.
Thanks! I'll try that.
Re: New action: get GPS coordinates.
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
http://automagic4android.com/forum/view ... f=5&t=2114