I have the Geolacation and Media module.
I publish nodes with photos that contain geographic coordinates in the EXIF.
How to retrieve the geographical coordinates of a photo?
I want to display under each photo of my node, a "Go there" button to go to the exact place where the photo was taken. When the user clicks on the button, the device must offer to open the coordinates in a google maps for example if it is on mobile.
The button link should therefore look like :
<a href="geo:124.028582,-29.201930" target="_blank">Click here for map</a>
Here is an example of a node on my website :