summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLVectorStyleLayer.h
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2017-05-23 17:55:38 -0700
committerjmkiley <jordan.kiley@mapbox.com>2017-06-13 10:44:11 -0700
commit17ccd0100ceff3ab7d4dd6eb58e3345745dff117 (patch)
treec63503f0e0b011bf8925aad105594650c4a3ea6a /platform/darwin/src/MGLVectorStyleLayer.h
parent294f4f8df9541f735d3928c605f123c444c60a28 (diff)
downloadqtlocation-mapboxgl-17ccd0100ceff3ab7d4dd6eb58e3345745dff117.tar.gz
[ios, macos] revised descriptions for abstract classes
Diffstat (limited to 'platform/darwin/src/MGLVectorStyleLayer.h')
-rw-r--r--platform/darwin/src/MGLVectorStyleLayer.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/platform/darwin/src/MGLVectorStyleLayer.h b/platform/darwin/src/MGLVectorStyleLayer.h
index c6193e6046..9535777b24 100644
--- a/platform/darwin/src/MGLVectorStyleLayer.h
+++ b/platform/darwin/src/MGLVectorStyleLayer.h
@@ -9,10 +9,8 @@ NS_ASSUME_NONNULL_BEGIN
`MGLVectorStyleLayer` is an abstract superclass for style layers whose content
is defined by an `MGLShapeSource` or `MGLVectorSource` object.
- Do not create instances of this class directly, and do not create your own
- subclasses of this class. Instead, create instances of the following concrete
- subclasses: `MGLCircleStyleLayer`, `MGLFillStyleLayer`, `MGLLineStyleLayer`,
- and `MGLSymbolStyleLayer`.
+ Create instances of `MGLCircleStyleLayer`, `MGLFillStyleLayer`, `MGLLineStyleLayer`,
+ and `MGLSymbolStyleLayer` in order to use `MGLVectorStyleLayer`'s properties and methods.
*/
MGL_EXPORT
@interface MGLVectorStyleLayer : MGLForegroundStyleLayer