Map Tile Caching for Offline Viewing

前端 未结 6 1116
傲寒
傲寒 2020-12-29 03:50

I\'m trying to build an application that will use open source maps from Open Street Maps (though the concept should be applicable to any map provider). The application will

6条回答
  •  长发绾君心
    2020-12-29 04:22

    I built a small prototype using OpenStreetMaps for Android. I think it might be interesting to look at the repository and therefore, find a solution similar to mine. I did download the maps before hand, but maybe you can use an online solution for this. This is the repo: https://github.com/kikofernandez/OpenStreetMapExample and the video of how it could look like: https://vimeo.com/40619538.

    I used for this prototype OpenLayers, OpenStreetMaps, JavaScript and a WebView in Android. I would like to give you further details but it was just a prototype.

提交回复
热议问题