According to Nominatim and MapQuest, the following end-points should provide the same data:
- Nominatim: http://nominatim.openstreetmap.org/reverse
- MapQuest: http://open.mapquestapi.com/nominatim/v1/reverse
In fact
The Nominatim Search Service is similar to our MapQuest Search Service with its simple interface and powerful capabilities, but instead relies solely on data contributed to OpenStreetMap.
Therefore I would expect the two services to provide the same data, nevertheless the following query for the same coordinates (41.904163, 12.485597) yields different results:
- Nominatim: http://nominatim.openstreetmap.org/reverse?lat=41.904163&lon=12.485597&addressdetails=1&format=xml&zoom=18
- MapQuest: http://open.mapquestapi.com/nominatim/v1/reverse.php?lat=41.904163&lon=12.485597&addressdetails=1&format=xml&zoom=18
Results:
- Nominatim: Via Francesco Crispi
- MapQuest: Via Gregoriana
Why?
NOTE: as of 12.44 PM UTC (July 1st, 2013) OSM is returning the same results as MapQuest. There are a couple of related discussions on GitHub: