Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
新的 Google Maps Android 应用程序中有一个功能可以使地图的某个区域可供离线查看,有没有办法让 android 中的应用程序能够做到这一点?或将部分地图缓存在 SDCard 中?
谷歌地图 v2 会在您读取切片时自动缓存切片,这就是您必须使用写入外部存储权限的原因
android.permission.WRITE_EXTERNAL_STORAGE Allows the API to cache map tile data in the device's external storage area.
但是您无法管理它们并且可以清除缓存