Offline Google Maps in an Android app

Recently Google released a new version of their Google Maps which lets you save an offline version of a particular chunk of the map. At the same time I've been playing around with making an Android app which uses the Google Maps API, and I was just wondering... is it possible in some way to get that offline map and get my application to use it? So that my application doesn't need an internet connection either?

I'm aware that OpenStreetMap is an alternative but I don't think it'll work with the project I have in mind.

Cheers


that may be a violation of Google's Terms of Service. Have a look at this: How to cache Google map tiles for offline usage?

链接地址: http://www.djcxy.com/p/10968.html

上一篇: 方法重载装饰器

下一篇: 在Android应用中离线Google地图