Search code examples
javascriptautocompletestreet-address

is there a free service which auto-completes post-addresses (streetnames) for all countries all over the world?


is there a free service which auto-completes post-addresses (streetnames) for all countries all over the world?

i am thinking about a service like yql from yahoo, or something like foresquare.

i want to let a user enter a streetname and while he is typing i want to suggest known similar streetnames for him via JS.

thx for links and helps


Solution

  • You can try Nominatim that searches OpenStreetMap. There are several public servers that you can use and if it isn't enough for you, you can always set up your own.