If you put your DMS in Google Maps and do a search you get both DMS and DD in the info window.
http://maps.google.co.uk/maps?f=q&hl=en&geocode=&q=13%C2%B0+1%2756.07%22N,+77%C2%B035%2726.86%22E+&ie=UTF8&t=h&z=17&g=13%C2 %B0+1%2756.07%22N,+77%C2%B035%2726.86%22E&iwloc=addr Then use the DD in your request as in the documentation. map.setCenter(new GLatLng(13.032242, 77.590794), 13); (lat,lng,zoom level) Mapperz http://mapperz.blogspot.com/ On Oct 26, 7:40 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi > I am trying to add a longitude and latitude address into the google > api so that i can post it into my webpage. > I have the following address from the google earth > 13° 1'56.07"N, 77°35'26.86"E > > can somebody please let me know how to add the above address into > map.setCenter(new GLatLng( > > Please do let me know > > Thanks in advance > Arun --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
