Ouch! My problem now is the "uk" centric geocoder only replies with a single post code location which is very inaccurate (again!!).
http://maps.google.com/maps/geo?output=json&oe=utf-8&q=bs8%201th&gl=uk On Tue, Sep 9, 2008 at 10:19 AM, Mark McLaren <[EMAIL PROTECTED]> wrote: > Thanks Barry, > > That is exactly what I need, I suppose I should have RTFM! > > Cheers, > > Mark > >> Try adding &gl=GB to the query, eg >> >> ...tf-8&q=Birmingham&gl=GB&key... >> >> has the same effect as GClientGeocoder.setBaseCountryCode >> http://code.google.com/apis/maps/documentation/reference.html#GClientGeocoder.Methods >> >> or you can also do >> >> http://maps.google.co.uk/maps/geo?output=json&oe=utf-8&q=birmingham >> >> :) (and that is mentioned in the reference) >> -- "Paradoxically, the more time saving abstractions you are using the more you actually have to know." - Simon Willison --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
