On Dec 5, 12:27 pm, TheUnknownSaint <[EMAIL PROTECTED]> wrote: > A simple example would be: > http://maps.google.com/maps/geo?q=Rosengardscentret+198%2C+5220%2C+Od... > > ^That is an real danish address, which returns 602... Now i try to > narrow down the search query to only contain the postal + city + > country:
I get a 200 return for that: 200,6,55.3837616,10.4283624 > Then i began to add up some of the streetname: > http://maps.google.com/maps/geo?q=5220+R+Odense+SO+Denmark&sensor=fal... > That works also, (I only added one character).. But now i will add the > second character: > http://maps.google.com/maps/geo?q=5220+Ro+Odense+SO+Denmark&sensor=fa... > And this returns 602.. What am i'm doing wrong? Possibly putting the postal code first. http://maps.google.com/maps/geo?q=Rosengardscentert+5220+Odense+SO+Denmark&sensor=false&output=csv&key=ABQIAAAABv2eb2s-Id1yrgdZ3gmcrBS-WluajLDPD41Ho-aKzSvQbaGhnhSEpboeyc0s9CrVdTLUJwjIWfwfUg will return a result. Note that I've spelled the centre name wrongly, too. It's entirely possible that the API doesn't know about that shopping centre -- in fact looking at the map, it's spelled "Rosengardcentret", which *could* make a difference, although it appears that the API can cope with a bit of fuzziness in the spelling. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
