summaryrefslogtreecommitdiff
path: root/platform/ios/sdk-files.json
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2019-04-28 17:23:23 -0700
committerMinh Nguyễn <mxn@1ec5.org>2019-05-07 22:04:48 -0700
commit910639168aaad8f06749c5be184ae50dbe9d566b (patch)
tree9bd1642efe2c9ed65b51a8a317602975b7c5c73f /platform/ios/sdk-files.json
parent84a11ba4e5a6c64edd63b81d606e2ae57862c798 (diff)
downloadqtlocation-mapboxgl-910639168aaad8f06749c5be184ae50dbe9d566b.tar.gz
[ios, macos] Added circle geometryupstream/1ec5-circle-2167
Added an MGLCircle class that generates a many-sided polygon under the hood.
Diffstat (limited to 'platform/ios/sdk-files.json')
-rw-r--r--platform/ios/sdk-files.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/ios/sdk-files.json b/platform/ios/sdk-files.json
index 3031a87fd6..1e9e46d1fe 100644
--- a/platform/ios/sdk-files.json
+++ b/platform/ios/sdk-files.json
@@ -33,6 +33,7 @@
"platform/ios/src/NSOrthography+MGLAdditions.m",
"platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMEDispatchManager.m",
"platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/MMETimerManager.m",
+ "platform/darwin/src/MGLCircle.mm",
"platform/darwin/src/MGLRasterStyleLayer.mm",
"platform/darwin/src/MGLForegroundStyleLayer.mm",
"platform/ios/vendor/mapbox-events-ios/MapboxMobileEvents/CLLocationManager+MMEMobileEvents.m",
@@ -132,6 +133,7 @@
"MGLPolyline.h": "platform/darwin/src/MGLPolyline.h",
"MGLStyleLayer.h": "platform/darwin/src/MGLStyleLayer.h",
"MGLCameraChangeReason.h": "platform/ios/src/MGLCameraChangeReason.h",
+ "MGLCircle.h": "platform/darwin/src/MGLCircle.h",
"MGLCalloutView.h": "platform/ios/src/MGLCalloutView.h",
"NSExpression+MGLAdditions.h": "platform/darwin/src/NSExpression+MGLAdditions.h",
"MGLShape.h": "platform/darwin/src/MGLShape.h",
@@ -243,6 +245,7 @@
"MGLSymbolStyleLayer_Private.h": "platform/darwin/src/MGLSymbolStyleLayer_Private.h",
"MGLTilePyramidOfflineRegion_Private.h": "platform/darwin/src/MGLTilePyramidOfflineRegion_Private.h",
"MGLUserLocationHeadingIndicator.h": "platform/ios/src/MGLUserLocationHeadingIndicator.h",
+ "MGLCircle_Private.h": "platform/darwin/src/MGLCircle_Private.h",
"NSDictionary+MGLAdditions.h": "platform/darwin/src/NSDictionary+MGLAdditions.h",
"MGLFoundation_Private.h": "platform/darwin/src/MGLFoundation_Private.h",
"MGLUserLocationHeadingBeamLayer.h": "platform/ios/src/MGLUserLocationHeadingBeamLayer.h",