本文介绍了使用“这里"地图在Android中添加下载离线地图的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经开发了一个Android Here地图,该地图具有简单的地图视图,但是我需要向该应用添加离线支持,如何将其添加到我的应用中才能让用户下载特定的国家或地区? /p>

请注意,我使用以下链接中的教程实现了我的应用程序: https://developer.here.com/mobile-sdks/documentation/android-hybrid-plus/topics/maps.html

解决方案

请参见 离线地图 部分.

尤其是,您可能要使用MapLoader类的以下方法:

I have already developed an Android Here map which has a simple map view but I need to add offline support to the app, how can I add it to my app in order to let the user download a specific country or area?

Note that I implemented my app using the tutorial in the link below:https://developer.here.com/mobile-sdks/documentation/android-hybrid-plus/topics/maps.html

解决方案

See the Offline Maps section of the mobile sdk documentation.

In particular, you might want to use the following methods of the MapLoader class:

这篇关于使用“这里"地图在Android中添加下载离线地图的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-12 19:29