Hi, I'm starting to update some code to use v3 of the geocoding api. I would like to take advantage to Viewport Baising, however it doesn't seem to be working properly. The URL below shows a request that should restrict restults to Ireland:
http://maps.google.com/maps/api/geocode/xml?address=bt23&sensor=false&bounds=51.3066000,-10.7666000|55.4602000, -5.6689000 This is a postcode for a town in Northern Ireland (UK), however the above query returns a location in Germany. If I add region=uk to the query then I get the correct result. However as address in Ireland are either in region=uk or region=ie. I assumed that using a bounds for the island would provide the correct results without having to determin which region paramtere to add? Mark -- 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.
