Hello all,
I want to implement a multimodal routing system in an Android SDK as thick client:
This means both application as well data is stored on the mobile phone. Currently my implementation runs only as a web application using PostGIS (
www.isochrones.inf.unibz.it).
I want to use SpatiaLite as DB.
My Questions are:
1) do there exist some mapping frameworks that interact with spatialite (something similar than Openlayers)
2) are there some mapping libraries that maps the geometry I obtain from the result set of my SQL query to the corresponding java object
3) do there exist some open source products with active development that deals with offline maps (e.g. something similar to mapdroid)
thanks for your clarifications.
Markus