Use google maps offline maps (cache) in Google Maps Android API
问题 Google Maps offers for a few months the feature to download a certain geographic region for later offline use. I use Google Maps Android API in my App and I see that while offline, in contrast to the real google maps app, I cannot zoom in to street level in my App fully, so the downloaded data is probably not used. Is there a way for my app to make use of it? 回答1: You need to create your own TileProvider and access tiles locally. Check this documentation. Here are some related threads that