Android的地图没有互联网(离线)离线、互联网、地图、Android

2023-09-05 01:02:07 作者:宁缺毋滥

我希望这不是一个幼稚的问题,但有什么办法,使使用的地图,而无需使用谷歌或一般的网络(如不是谷歌API),Android应用程序?能否地图从下​​载的地方,并在code下线合并?我想来讲就像有一个路线图,但不是在你的手在这个case.Thank你

I hope this is not a naive question but is there any way to make an android application that uses a map without the use of google or the internet in general(as in not a google api)?Can a map be download from somewhere and merged offline in the code?I'm thinking in terms like having a street map,but not in your hand in this case.Thank you

推荐答案

看一看 HTTP://$c$c.google.com/p/mapsforge/

它使用Google地图的OpenStreetMap的替代,并允许离线地图。该API几乎是完全相同的GoogleMaps API。如果你熟悉的GoogleMaps API应该很容易切换。

It uses openstreetmap instead of googlemaps and allows for offline maps. The API is almost identical to the googlemaps api. If you're familiar with googlemaps api it should be very easy to switch..