Page 1 of 2

Sending location link

Posted: 20 Jun 2014 16:14
by jab0321
I have a flow that gets my current location and then sends an SMS with that location, but I am wondering if it is possible to send the location as a clickable link that is directed to Google maps? I have tried the different location formats, but it either sends the address or decimal format but I am not able to click the location and be directed to it in maps. Ideally I am looking to be able to send my location so that someone else can receive the SMS, click on the link and be shown my location in the Google maps app. Any help would be much appreciated!

Re: Sending location link

Posted: 21 Jun 2014 07:10
by Martin
Hi,

You can use the decimal location format to build a link to Google Maps. Something like this should work:

Code: Select all

http://maps.google.com/maps?ll={location,locationformat,decimal}
Regards,
Martin

Re: Sending location link

Posted: 21 Jun 2014 13:51
by jab0321
Thank you Martin, works perfect now!

Re: Sending location link

Posted: 29 Jun 2014 00:07
by jab0321
Actually just had some time to do more testing and the code you gave opens the maps app, but doesn't show a marker with the location. Is there a way to click on the link and have a marker dropped with the location?
Thanks for the ongoing help!

Re: Sending location link

Posted: 29 Jun 2014 02:21
by Akt
Hey can you please post the flow!!

Re: Sending location link

Posted: 29 Jun 2014 14:07
by jab0321
Tried to attach the flow but it was rejected saying that is could be a possible attack vetor. How do I attach the flow? Thank you.

Re: Sending location link

Posted: 30 Jun 2014 11:23
by Akt
To attach the flow using mobile:-
Open the forum
Click publish flows/widgets situated at the bottom of the screen
The link will be copied to the clipboard
Paste the link in the reply
Thanx

Re: Sending location link

Posted: 30 Jun 2014 14:33
by jab0321
Here's the flow I'm working on with the location link. Thank you for the directions on how to post.

http://automagic4android.com/flow.php?i ... 045a379de1

Re: Sending location link

Posted: 30 Jun 2014 15:31
by Akt
Hi
Thanx for the flow....

Re: Sending location link

Posted: 30 Jun 2014 15:46
by jab0321
Sure thing. Any thoughts on how to make the map link show up with a marker/pin dropped?