使用 Route-Me 作为映射替代方案
我想在地图应用程序中使用route-me,因为我需要支持90% 的时间断开连接。
我已经看过他们的教程,但我正在寻找如何下载图块并将其存储在我的设备上,以便该应用程序在根本没有网络连接的情况下运行。
如果我错过了 stackoverflow 中的类似问题,我提前道歉。
I would like to user route-me in a mapping application because I need to support disconnected use 90% of the time.
I have looked at their tutorials, but I am looking for how to download tiles and store them on my device so the application works with no network connectivity at all.
If I missed a similar question in stackoverflow, I apologize in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您将需要使用 RMMBTilesTileSource
查看来自 mapbox 人员的示例(他们也有一个用于创建 mbtile [sqlite] 数据库的出色工具)
https://github.com/mapbox/mbtiles-ios-example
再见!
You'll want to use RMMBTilesTileSource
Check out this example from the folks over at mapbox (also they have a great tool for creating mbtile [sqlite] db's too)
https://github.com/mapbox/mbtiles-ios-example
Ciao!