Hi there !!
I want to create a flow to launch google maps when I click a shortcut, and this is easy..
But then I want to long touch the screen in some location on the map and set a variable with that touched location value (latitude and longitude), so I can show a confirmation dialog to the user (to confirm the desired location) and close google maps to return to the flow..
How can I set the variable value with the location I just selected ??
Thanks !!
Include interaction with Google Maps
Moderator: Martin
Re: Include interaction with Google Maps
Hi Paulo Leite,
to set up a virtual (GPS-)location you have to use something like https://play.google.com/store/apps/deta ... xa.fakegps.
If you use this FAKEGPS you're also able to read the lan/lon from this 'gps' with your flow.
ATTENTION:
You've to disable the (internal) GPS if you use the FAKEGPS !
kind regards
(let us know about your (test-) results)
to set up a virtual (GPS-)location you have to use something like https://play.google.com/store/apps/deta ... xa.fakegps.
If you use this FAKEGPS you're also able to read the lan/lon from this 'gps' with your flow.
ATTENTION:
You've to disable the (internal) GPS if you use the FAKEGPS !
kind regards
(let us know about your (test-) results)
-
- Posts: 4
- Joined: 05 May 2013 13:58
Re: Include interaction with Google Maps
Thanks !!!