I have just started programming in JAVA and Android. I have been able to make an android app in which i store markers in a MySql database which i fetch using PHP and display them in a map overlay. Also i have allowed adding markers to the database as well. I am doing all this using Google Maps API and i would also like to do the same using Open Street Map. I would be thankful if anybody gave me some hints on how to do this or some links that would be useful to me. Thank you in Advance. asked 10 Dec '12, 10:17 Nirab Pudasaini |
osmdroid provides an almost drop-in replacement for the default Google maps services: http://wiki.openstreetmap.org/wiki/Osmdroid answered 11 Dec '12, 15:05 Sanderd17 |