problem with showing map to my page....how to read these val
Posted: Mon Jun 06, 2011 5:11 am
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 JPG image 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
http://maps.google.com/?q=[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.
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 JPG image 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
http://maps.google.com/?q=[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.