Generally the geocoder will return the appropriate sector level geocode for a UK postcode if you use getLocations() rather than getLatLng(). It just might not be the first result (which is the one that getLatLng() returns). In this case it is the 4th result (BS8 1). I've yet to see a case when it's not included somewhere in the list though. You just need to iterate through them until you find it.
Thor. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
