Jump to content

Link to Redirect in Google Map


Recommended Posts

Hello @FinTheHuman,

Yes, this is possible. You may try this JavaScript code that will get your record's geolocation and PIN it to the Google Map itself.

<p><div id="Location"></div></p>

<script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script>

<script type="text/javascript">
$("#Location").html('<a href=" '+ 'https://www.google.com.ph/maps/dir/' + '[@field:Latitude],[@field:Longitude]/' + ' " > Get the Coordinate in Google Map </a>');
</script>

image.png.8e24413f013bad8faaa46adcb403cfd0.png

You can test it out here: https://c1abv183.caspio.com/dp/48276000a06f576279544ea0bc7d

 

I hope this helps! :) 

Link to comment
Share on other sites

  • 1 year later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...