Hi i every one i have used osmbonuspack(for android) for making feature of searching POI, this api offer option to post request to overpass api,i want to get this result in format json.Thank you for advanced.
Asked
Active
Viewed 309 times
1 Answers
0
If you want to get the result in JSON then just query Overpass API directly and request JSON as output format. osmbonuspack has support for Overpass API via OverpassAPIProvider but is targeted at converting the results to markers.

scai
- 20,297
- 4
- 56
- 72
-
yes this my issue ,i want to access direct to number phone and email for doing some traitement so i need to get the result in json format without converting it to kml. – Zahira Hess Mar 30 '17 at 18:15
-
So what's wrong with accessing Overpass API directly? – scai Mar 30 '17 at 20:00
-
i want to exploit the result ,so i should access to every information for example phone of POI for sending sms...,if i can get result in json format ,i can easly do that – Zahira Hess Mar 30 '17 at 20:06
-
Yes, I got that already from your original question. Access Overpass API directly via HTTP. – scai Mar 31 '17 at 07:06
-
1yes,i well try to do that without using api osmbonuspack thank you very much – Zahira Hess Apr 01 '17 at 18:19
-
1Please don't forget to set a meaningful User Agent in your HTTP header and also take a look at the usage policy wrt number of requests per day for your app. – mmd Apr 02 '17 at 19:20