Re: Detecting an Address inside of a string

2009-09-15 Thread Kyle Decot
I can't always geocode the results though because sometimes the users just search for something like "free" or "outdoor". I know it would be impossible to catch ALL of the addresses but I would just like to do the most common ones that I've seen people search for on my website. Perhaps I could hav

Re: Detecting an Address inside of a string

2009-09-15 Thread euromark (munich)
which so many possible "human" formats, this is close to unachievable you could just geocode it anyway which google api etc and maybe they have some smart algorithms the zip, city and adress string itself is not the main problem this can be achieved with only few mistakes by using regex etc. bu