On Mar 17, 7:36 pm, yehiasalam <[email protected]> wrote: > Hi, > > I'm relying on the geocoder to map the physical address of a hotel to > its location on the map, however i don't always get the same results > as http://maps.google.com, for example:
This is a FAQ. maps.google.com falls back to business search if it can't locate an address using the geocoder. Never trust a geocoder. If you know where the location is, store it in a database, don't request it everytime the page loads. > > The same address > Killerduff, Ballycastle, Co. Mayo 096 43322 Ireland > > returns a null pointer on the following > page:http://www.iforshopping.com/property.jsp?id=35 > although it finds it correctly onhttp://maps.google.com/ > > While this is not always the case, i mean sometime i get the same > results as maps.google.com so i'm guessing that nothing is wrong with > my code, so what could be wrong, why do i get sometimes different > results, maybe the address format has illegal characters, but the > address above hasn't any, i have no clue. > > Thanks In Advance > Yehia A.Salam --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
