From f7e1e29414475ada5ee6b8dbd96494720fbc0c00 Mon Sep 17 00:00:00 2001 From: Fabian Guerra Date: Mon, 7 Oct 2019 15:52:48 -0700 Subject: [ios] Clarify MGLNetworkConfiguration.stopsRequests documentation. --- platform/darwin/src/MGLNetworkConfiguration.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/platform/darwin/src/MGLNetworkConfiguration.h b/platform/darwin/src/MGLNetworkConfiguration.h index 91932c2d1d..73e68b378a 100644 --- a/platform/darwin/src/MGLNetworkConfiguration.h +++ b/platform/darwin/src/MGLNetworkConfiguration.h @@ -36,6 +36,9 @@ MGL_EXPORT A Boolean value indicating whether the current `NSURLSessionConfiguration` stops making network requests. +When this property is set to `YES` `MGLMapView` will rely solely on pre-cached +tiles. + The default value of this property is `NO`. */ @property (atomic, assign) BOOL stopsRequests; -- cgit v1.2.1