TileProvider using local tiles
问题 I would like to use the new TileProvider functionality of the latest Android Maps API (v2) to overlay some custom tiles on the GoogleMap . However as my users will not have internet a lot of the time, I want to keep the tiles stored in a zipfile/folder structure on the device. I will be generating my tiles using Maptiler with geotiffs . My questions are: What would be the best way to store the tiles on the device? How would I go about creating a TileProvider that returns local tiles? 回答1: You