I am trying to develop an offline android map that makes use of OSM map tiles of a particular zoom level, For this purpose i used an open source library : Osmdroid
Now, i m looking into the possibility of creating an offline geocoding/ reverse geocoding for a single city that can be integrated with my application,
can i use Osm xml data for that purpose? if so , then can anyone suggest/explain how to use it to create SQlite db.. to be used wit my app
I read here and also here about Spatialite
But cannot quite understand its working and implementation
Thanks