Does anyone knows any free location services that will allow me to find streets according to cities in Israel? I can use any java, .NET or javascript api.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
OSM Nominatim is probably your best bet if you want to search for a street within a city.
The nominatim.openstreetmap.org servers have a somewhat restrictive usage policy; MapQuest also provides the Nominatim service without usage limits.
If you’re planning on a very high volume of queries, you’ll be better off installing Nominatim on your own servers, but be warned that this is not a trivial task, and the dataset is approaching a terabyte in size.
If you’re looking for a list of streets, there’s a few options. The easiest is to use mapsomatic to generate a CSV, but this is manual and only works if you need one or two cities.
It’s more complicated if you need more than one city: