Using Google Maps Android v2 offline

I have an app to will sometimes get side loaded onto devices that will never have internet connectivity. I am already using google maps android v2 throughout the app and would like to continue using it. In the case of no connectivity I have a set of offline maps installed on the device.

However google seems to require you to connect to the internet at least once to verify the API key before using the maps API. Even if you set the mapType to NONE google will still not let you place offline tile overlays on the map, nor map markers. This still seems to be true: Using the android Google Maps API v2 as a viewer of offline tiles: is it possible?

Does anyone know of any kind of workaround in which I can still use the API and display offline tiles if I have never connected to the internet?

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

上一篇: 带离线地图和数据库的Android应用程序

下一篇: 使用谷歌地图Android v2离线