From 910639168aaad8f06749c5be184ae50dbe9d566b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguye=CC=82=CC=83n?= Date: Sun, 28 Apr 2019 17:23:23 -0700 Subject: [ios, macos] Added circle geometry Added an MGLCircle class that generates a many-sided polygon under the hood. --- platform/ios/jazzy.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'platform/ios/jazzy.yml') diff --git a/platform/ios/jazzy.yml b/platform/ios/jazzy.yml index d459e93613..29ecc6b66e 100644 --- a/platform/ios/jazzy.yml +++ b/platform/ios/jazzy.yml @@ -42,6 +42,7 @@ custom_categories: - MGLMultiPoint - MGLPointAnnotation - MGLPointCollection + - MGLCircle - MGLPolygon - MGLPolyline - MGLMultiPolygon -- cgit v1.2.1