Hello Guys!
I have come across with one issue. I am developing one website IN PHP. and i have to display map as well for each business advertisement.
I was able to retrieve the Latitude, Longitude from my JPG images with the help of PICASA 3.0, in such a form:
GPS Latitude: 28 58\'28.8" N
GPS Longitude: 77 41\'28.1" E
Now i want to pass it to one URL
Google Maps[Lat],[Log]
So that i display the map.
But the issue here, how to convert these values GPS Latitude: 28 58\'28.8" N in proper values, sothat i can pass it to Google API, and show the map to my PHP Page.
I really dont understand these values.
GPS Latitude: 28 58\'28.8" N
GPS Longitude: 77 41\'28.1" E
any further help would be highly appreciated.
many thanks.