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

nearby POIs search from current location

0

Is there any OSM API for android application to get nearby POIs from current location.

asked 18 Jul '17, 09:35

jasmeet_kaur's gravatar image

jasmeet_kaur
26557
accept rate: 0%


One Answer:

1

You can use Overpass API to search for nearby POIs. On Android you can use osmdroid + osmbonuspack to perform queries against Overpass API and display them as overlays on an OSM map.

answered 18 Jul '17, 13:40

scai's gravatar image

scai ♦
33.3k21309459
accept rate: 23%

Source code available on GitHub .