summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLVectorStyleLayer.h
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2017-07-05 18:06:51 -0700
committerMinh Nguyễn <mxn@1ec5.org>2017-07-05 18:06:51 -0700
commit74bcca380dd7faa7a629d59e3346506e6a8cca34 (patch)
tree246d8c587621fcc753bfafc3f85afdb94e8460c9 /platform/darwin/src/MGLVectorStyleLayer.h
parent5921f692e085bde5d4e8000c33dac29c796acbf0 (diff)
parent6ca8cd7e24cf919d5eeb0be49d34a02ba9969ac8 (diff)
downloadqtlocation-mapboxgl-74bcca380dd7faa7a629d59e3346506e6a8cca34.tar.gz
Merge remote-tracking branch 'origin/tvn-merge-release'
Diffstat (limited to 'platform/darwin/src/MGLVectorStyleLayer.h')
-rw-r--r--platform/darwin/src/MGLVectorStyleLayer.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/platform/darwin/src/MGLVectorStyleLayer.h b/platform/darwin/src/MGLVectorStyleLayer.h
index c6193e6046..6603570e25 100644
--- a/platform/darwin/src/MGLVectorStyleLayer.h
+++ b/platform/darwin/src/MGLVectorStyleLayer.h
@@ -9,10 +9,11 @@ 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`,
+ `MGLFillExtrusionStyleLayer`, `MGLLineStyleLayer`, and `MGLSymbolStyleLayer` in
+ order to use `MGLVectorStyleLayer`'s properties and methods. Do not create
+ instances of `MGLVectorStyleLayer` directly, and do not create your own
+ subclasses of this class.
*/
MGL_EXPORT
@interface MGLVectorStyleLayer : MGLForegroundStyleLayer