diff options
-rw-r--r-- | platform/darwin/src/MGLShapeSource.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/platform/darwin/src/MGLShapeSource.h b/platform/darwin/src/MGLShapeSource.h index ca150edac1..929609e91f 100644 --- a/platform/darwin/src/MGLShapeSource.h +++ b/platform/darwin/src/MGLShapeSource.h @@ -9,11 +9,6 @@ NS_ASSUME_NONNULL_BEGIN @protocol MGLFeature; /** - Options for `MGLShapeSource` objects. - */ -typedef NSString *MGLShapeSourceOption NS_STRING_ENUM; - -/** `MGLShapeSource` is a map content source that supplies vector shapes to be shown on the map. The shapes may be instances of `MGLShape` or `MGLFeature`, or they may be defined by local or external |