简体   繁体   English

下载Windows Store应用程式8.1的地图

[英]Download Maps for Windows Store app 8.1

I am developing a Windows app (8.1, no Runtime, no Phone) showing OSM Maps. 我正在开发一个显示OSM映射的Windows应用程序(8.1,没有运行时,没有电话)。 I have installed the Bing SDK and now the app is correctly showing online maps with OSM tiles. 我已经安装了Bing SDK,现在该应用程序可以正确显示带有OSM磁贴的在线地图。

I have to let the user download these maps for offline use. 我必须让用户下载这些地图以供离线使用。 So far I have found that the MapService class , that communicates with the online service, is available only for Runtime apps, but I haven't been able to find an alternative to this API. 到目前为止,我发现与在线服务通信的MapService类仅适用于Runtime应用程序,但是我找不到该API的替代方法。

Is there any documentation or something similar for my issue. 是否有任何文件或类似的内容适合我的问题。 Is it possible to achieve my goal? 是否有可能实现我的目标? Since I am not an expert, am I looking in the wrong direction? 由于我不是专家,所以我朝错误的方向看吗?

Thanks 谢谢

Since you're using OSM I recommend you to check out the official OSM APIs for doing tile rendering and map downloads. 由于您使用的是OSM,因此建议您查看官方的OSM API,以进行图块渲染和地图下载。 You can find them here: 您可以在这里找到它们:

As far as I know there is no service offering bulk downloading of OSM tiles . 据我所知,没有提供大量下载OSM磁贴的服务 The reason for this is that this is a very heavy, ressource-intensive task. 原因是这是一项非常繁重的资源密集型任务。 You can try to talk with one of the many tile providers or run your own tile server . 您可以尝试与许多图块提供程序之一进行交谈,也可以运行自己的图块服务器

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM