This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

OSM vs Google Maps: does OSM fulfill the requirements for our application (routing with web-frontend)?

2

We are considering using OSM instead of Google Maps for a new web application. The map requirements for this application are:

  1. A map view showing start and stop addresses, and the route taken to get there. We need to be able to configure the size of this map to fit the display of our app.
  2. Provides distance to travel between 2 points
  3. Provides time to travel between 2points
  4. Provides auto-complete suggestions when the user types in an address.

Can OSM do all this? If not, what can it do and what can't it do?

asked 25 Feb '14, 22:52

pablocruz23's gravatar image

pablocruz23
41114
accept rate: 0%

edited 26 Feb '14, 01:51

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554


One Answer:

4

First of all: great that you are considering to use OSM!

Answer:

  • OSM itself? – No (the core OSM is just a massive amount of geodata which you can use nearly as you like).
  • Services built on OSM data (maybe run and/or coded/customized by yourself)? – Yes (and even much more).

Your question seems to be about routing and a web frontend (I tried to make this clear in the question title). See routing in our wiki. You may also be interested in Commercial OSM Software and Services if you do not want to to development work on your own.

answered 26 Feb '14, 01:36

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554
accept rate: 18%

edited 26 Feb '14, 01:48

Source code available on GitHub .