KML returns the results in Lng/Lat order, but the geocoder expects the input in Lat/Lng order.
Google can't reverse geocode points that are further North than 90 degrees. "400" might not be the most meaningful error in such circumstances, but you're certainly not going to get success. [This was a bad design decision made by KeyHole, many years ago. Google switched the order for internal purposes when APIv2 was introduced, but it was too late to make a significant change to the KML specification.] -- http://econym.org.uk/gmap The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
