i d like to use GClientGeocoder api to retrieve the decimal coordinates from a string location or from a degree minute second. The getLatLng function works with a string location but when i set degree minute second coordinates it returns a wrong value. For example if I use getLatLng with the string: 43°30'36" N 04°41'36" E it returns x=4.6243751 y=43.6017739 which is not the good conversation (it should be x= 4.693333 y=43.51)
Maybe getLatLng does not work to convert from a type of coordinates to another, but the result is very close to what it should be (less than 15 km). when i type my coordinates directly in google it works just fine. Do you have any idea? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
