Android自定义控件显示地图图块
我的服务器上的地图图块按照 OpenStreetMap (OSM) 使用的文件夹结构进行排序。我需要能够显示这些图块、放大/缩小、平移和旋转地图。我不会从头开始创建一个新的控件。我见过 OsmDroid,但没有找到设置我自己的非矢量化图块源的方法。
我愿意接受任何建议。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(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.