An alternative (on Google Maps) open source API that provides a database of nodes and arcs on the roads

I need a map API for Android that can provide me with indexed nodes and indexes that make up the road network. The basic idea is to determine if two GPS devices are on the same road. Thank you in advance

+3
source share
2 answers

The map API itself will not have this information. In any case, you can freely get it from OpenStreetMap . You can download it from here .

I do not understand from your question whether you plan to display the results on a map. If so, and you need a good and free map API, I would suggest Leaflet . It’s not as mature as OpenLayers , but since you marked this message as “android”, the sheet just kicks the ass into the mobile department.

+2
source

OpenStreetMap . Google, ( ). , Google, -, , , , . OpenStreetMap, - "" , OpenStreetMap .

, . , , . ( GPS ?) , , . , GIS, QGIS, PostGIS.

, . , android. , .

, , , . , , , , , . (- awaome MayDroyd?), . , . , MapsForge.

, , , . , , , MapsForge, PostGIS, . - forge .

+2

All Articles