summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLTilePyramidOfflineRegion.h
diff options
context:
space:
mode:
authorIvo van Dongen <info@ivovandongen.nl>2018-03-27 00:39:59 +0300
committerIvo van Dongen <ivovandongen@users.noreply.github.com>2018-08-20 22:49:01 +0300
commitca0f2f925d38c190957241f7fa2375a90fa87f45 (patch)
tree92b642bb87e1fd25e22bc9458ae6c7155237472f /platform/darwin/src/MGLTilePyramidOfflineRegion.h
parent4fedcf8d061d835e71df80dbc20a32ee4ec8fd21 (diff)
downloadqtlocation-mapboxgl-ca0f2f925d38c190957241f7fa2375a90fa87f45.tar.gz
[darwin] arbitrary offline region geometries
Diffstat (limited to 'platform/darwin/src/MGLTilePyramidOfflineRegion.h')
-rw-r--r--platform/darwin/src/MGLTilePyramidOfflineRegion.h14
1 files changed, 3 insertions, 11 deletions
diff --git a/platform/darwin/src/MGLTilePyramidOfflineRegion.h b/platform/darwin/src/MGLTilePyramidOfflineRegion.h
index 31e5a41920..4fbb68dbc6 100644
--- a/platform/darwin/src/MGLTilePyramidOfflineRegion.h
+++ b/platform/darwin/src/MGLTilePyramidOfflineRegion.h
@@ -9,22 +9,14 @@ NS_ASSUME_NONNULL_BEGIN
/**
An offline region defined by a style URL, geographic coordinate bounds, and
range of zoom levels.
+
+ To minimize the resources required by an irregularly shaped offline region,
+ use the MGLShapeOfflineRegion class instead.
*/
MGL_EXPORT
@interface MGLTilePyramidOfflineRegion : NSObject <MGLOfflineRegion, NSSecureCoding, NSCopying>
/**
- URL of the style whose resources are required for offline viewing.
-
- In addition to the JSON stylesheet, different styles may require different font
- glyphs, sprite sheets, and other resources.
-
- The URL may be a full HTTP or HTTPS URL or a Mapbox URL indicating the style’s
- map ID (`mapbox://styles/{user}/{style}`).
- */
-@property (nonatomic, readonly) NSURL *styleURL;
-
-/**
The coordinate bounds for the geographic region covered by the downloaded
tiles.
*/