summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2019-07-15 15:11:46 -0700
committerjmkiley <jordan.kiley@mapbox.com>2019-07-15 15:11:46 -0700
commit226718f904af51a41fd9e85650713dffdf3095a9 (patch)
treee58cf101add524719ac9d828f873037c885362cb
parentd59fe4ae0fb09936fdd6b14efe601198209e6909 (diff)
downloadqtlocation-mapboxgl-226718f904af51a41fd9e85650713dffdf3095a9.tar.gz
[ios] formatting
-rw-r--r--platform/darwin/src/MGLOfflineStorage.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/platform/darwin/src/MGLOfflineStorage.h b/platform/darwin/src/MGLOfflineStorage.h
index b78303fdda..7a8a7fbbf4 100644
--- a/platform/darwin/src/MGLOfflineStorage.h
+++ b/platform/darwin/src/MGLOfflineStorage.h
@@ -383,8 +383,9 @@ MGL_EXPORT
- (void)setMaximumAmbientCacheSize:(NSUInteger)cacheSize withCompletionHandler:(void (^)(NSError *_Nullable error))completion;
/**
- Invalidates the ambient cache. Checks that the tiles in the ambient cache match those from the server. Local
- tiles that do not match the latest version on the server are updated.
+ Invalidates the ambient cache. This method checks that the tiles in the
+ ambient cache match those from the server. Local tiles that do not match
+ the latest version on the server are updated.
This is more efficient than cleaning the cache because valid local tiles will
not be downloaded again.