Sending location link
Moderator: Martin
Sending location link
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
Hi,
You can use the decimal location format to build a link to Google Maps. Something like this should work:
Regards,
Martin
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}
Martin
Re: Sending location link
Thank you Martin, works perfect now!
Re: Sending location link
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!
Thanks for the ongoing help!
Re: Sending location link
Hey can you please post the flow!!
Re: Sending location link
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
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
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
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
http://automagic4android.com/flow.php?i ... 045a379de1
Re: Sending location link
Sure thing. Any thoughts on how to make the map link show up with a marker/pin dropped?