wbrenna / GTFSOffline

A flexible Android transit app for use with any pro-GTFS transit agency!
GNU General Public License v3.0
30 stars 8 forks source link

[FR] Maps #19

Open ghost opened 7 years ago

ghost commented 7 years ago

Privacy preserving maps could be implemented by using mapsforge which uses OpenStreetMap vector data rendered locally similar to OsmAnd. Mapsforge files are stored in a shared directory so they can be used by multiple applications.

An example of an app that uses mapsforge is SatStat which also has an integrated downloader. If you don't wish to add an internet permission, the files could be added via drag and drop.

wbrenna commented 7 years ago

Potentially, or maybe hooking into OsmAnd is a thing? I haven't had the time to look into it.