On Jul 6, 1:10 pm, Guillermo Guerini <[email protected]> wrote: > Hello guys, > I have a website using the new 3.0 API and it works great. I use the > Geocoding to translate the address (street, city, postal code) into > the Lat and Long and display the map. > > The problem is.. there is one specific address that is being > translated incorrectly. > > If I try this address on Google Mapshttp://maps.google.com: > 25 Albany Road, SL4 1HL, Windsor, UK Sounds like it might be a UK Postcode problem... http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=25+Albany+Road,+SL4+1HL,+Windsor,+UK&sll=41.664895,-70.195604&sspn=0.001186,0.002835&ie=UTF8&hq=&hnear=25+Albany+Rd,+Windsor+SL4+1HL,+United+Kingdom&ll=51.47872,-0.611525&spn=0.000494,0.001418&t=h&z=20
If I reverse geocode that location, I get: Windsor, Windsor and Maidenhead SL4 1HL, UK (51.4787208, -0.611526) along with 19 other results nearby, none of which include addresses on Albany Road: http://www.geocodezip.com/example_geo2.asp?waypts=yes&addr1=51.47872,-0.611525&geocode=1 I think your problem is 2-fold: 1. the API geocoder doesn't seem to know about addresses on Albany Road 2. the API geocoder doesn't support full UK post codes. My usual advice is if you know where the place is, don't geocode it, use the known coordinates. -- Larry > > It display one map... but if I use the Google Maps API 3 it display > another map. > > Even the official Google Maps Geocoding example, display the wrong > map.http://code.google.com/apis/maps/documentation/javascript/examples/ge... > > What can I do?? > > Thank you very much. > G -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
