HTTP Example:-

http://maps.google.co.uk/maps/geo?gl=uk&output=csv&sensor=false&key=<snip>&q=GU2+8JA

This request returns the following response in all browsers:-

200,5,51.2590626,-0.5935362

The 200 is an OK code, but the Lat and Long is way off.

The GClientGeocoder returns the exact same coordinates when called
from a web page.

When entering the same postcode GU2 8JA into the search box on
http://maps.google.co.uk it locates the correct point as evidenced by
the &ll claus in the page link:-

http://maps.google.co.uk/maps?f=q&hl=en&geocode=&q=GU2+8JA&sll=53.800651,-4.064941&sspn=19.070755,38.276367&ie=UTF8&ll=51.250735,-0.606844&spn=0.004916,0.009345&z=17

Thus we have the situation where Google Maps returns the correct
coordinates, but the API does not. What's the problem?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to