Is it possible to clear the cache of map tiles on the Google Maps for iOS SDK? -
Is it possible to clear the cache of map tiles on the Google Maps for iOS SDK? -
i using latest version of google maps ios sdk. noticed sdk stores cache of map tiles in gmscachestorage directory in apps filesystem. have not found way through sdk clear cache. there known workaround emptying tiles.sqlite file holds cached data?
i able delete file off file scheme clear data, not regenerate, no future caching done.
thanks,
no there no public api that.
you can false memory warning notification , gms clear... bit (note isnt app store safe)
i class-dumped sdk , found methods promising names don't seem help more notification (which doesn't help much)
ios google-maps caching google-maps-sdk-ios
Comments
Post a Comment