Android custom control to display map tiles [closed]

早过忘川 提交于 2019-11-30 07:41:42

问题


I have on my server map tiles sorted on a folder structure like OpenStreetMap (OSM) uses. I need to be able to display these tiles, zoom in/out, pan and rotate the map. I wouldn't start from the scratch to create a new control. I've seen OsmDroid but I didn't find a way to set my own non vectorized tile source.

I am open to any suggestions.


回答1:


I would first try to check out their source code to get an understanding of how they did it.

Here is the link to their source codes. To be more precise I think that this is the file you are looking for.



来源:https://stackoverflow.com/questions/4793290/android-custom-control-to-display-map-tiles

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!