I want to build a road map that works offline on android. I can find the shortest path from A to B. I haven’t worked with maps before. Where should I start from? I’m planning to build a database like sqlite with many nodes with position of road using some algorithm like A*. Any idea how I can do this on Android?
I want to build a road map that works offline on android. I can
Share
Suggestion for offline map library