library for loading custom maps in android

一世执手 提交于 2019-12-24 03:50:57

问题


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.

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.

Thanks in advance.


回答1:


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

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

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



来源:https://stackoverflow.com/questions/7472558/library-for-loading-custom-maps-in-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!