库加载自定义地图android系统

库加载自定义地图android系统

问题描述:

我正在寻找可以合作类似于谷歌地图图书馆(导航/缩放),在那里我可以载入我自己的地图。下功能也可能是可接受的。我的地图是由麦哲伦探险家GPS 可以接受的。

I am searching for a library that can work similar to google maps (navigation / zooming) where I could load my own maps. Lower capabilities may also be acceptable. My maps are acceptable by Magellan Explorist GPS.

我发现
mAppWidget :但不提供GPS的支持,到目前为止

I found mAppWidget: but does not provide GPS support so far.

和我真的不知道,如果我可以载入我在开放街道地图的地图(在线或离线)。

And I am not really sure if I can load my map (online or offline) in OpenStreetMaps.

先谢谢了。

您可以使用Osmdroid osmdroid首页 - 专门的 JAR文件

You can use Osmdroid Osmdroid Home Page - specifically the jar file.

您可以使用移动阿特拉斯造物主以prepare离线瓷砖的来源。

You can use Mobile Atlas Creator to prepare offline tile sources.

这与OpenStreetMap的工作以及瓷砖源。它还缓存网上获得的瓷砖,所以一旦你去过的一个区域,并使用了特定的缩放级别,那么瓦保存在设备上。编码是非常相似的GoogleMaps

It works well with OpenStreetMap as a tile source. It also caches tiles obtained online, so once you've been to an area and used a particular zoom level, then that tile is saved on your device. The coding is quite similar to GoogleMaps