On Apr 27, 5:22 pm, marcelo <[email protected]> wrote: > Or you can try to create your own artsy algorithm based on trial and > error. ;-)
I'd go the other way. You can forget the number stage; that's already failed. But I'd start at street level and go backwards towards country- level, because I want the *first* one which works to stop that loop. [Side comment: "works" is a subjective judgement call, but since the result includes datafields it should be reasonably easy to discover whether the result returned matches the address given] I don't want to do country, state, zipcode, city, street, then find street fails and I should have remembered what the city geocode was. Going the other way, street fails but city works, so I use city and don't need to do any more. It's more likely that street (or city) will work, so you shouldn't need to do country, state, zipcode (and maybe even city), and that will speed up the process. 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 -~----------~----~----~----~------~----~------~--~---
