summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLMapView.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/src/MGLMapView.h')
-rw-r--r--platform/ios/src/MGLMapView.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/platform/ios/src/MGLMapView.h b/platform/ios/src/MGLMapView.h
index 5930dc98c1..eae48adf0a 100644
--- a/platform/ios/src/MGLMapView.h
+++ b/platform/ios/src/MGLMapView.h
@@ -352,6 +352,18 @@ MGL_EXPORT IB_DESIGNABLE
*/
@property (nonatomic, assign) MGLMapViewPreferredFramesPerSecond preferredFramesPerSecond;
+/**
+ A Boolean value indicating whether the map should prefetch tiles.
+
+ When this property is set to YES, the map view prefetches loads tiles designed for a
+ low zoom level and displays them until receiving more detailed tiles for the current
+ zoom level. The prefetched tiles typically contain simplified versions of each shape,
+ improving the map view’s perceived performance.
+
+ The default value of this property is YES.
+ */
+@property (nonatomic, assign) BOOL prefetchesTiles;
+
@property (nonatomic) NSArray<NSString *> *styleClasses __attribute__((unavailable("Support for style classes has been removed.")));
- (BOOL)hasStyleClass:(NSString *)styleClass __attribute__((unavailable("Support for style classes has been removed.")));