summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLSource.h
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2017-06-16 10:28:02 -0700
committerMinh Nguyễn <mxn@1ec5.org>2017-06-22 09:58:47 -0700
commitb7ec96d352c78172b6df4afedd6fc0e7db142a54 (patch)
tree7cce159afa2350982cc59adaae086588419bd523 /platform/darwin/src/MGLSource.h
parent2a5dc2d55b759541ed7e807a7b889a283b0c8372 (diff)
downloadqtlocation-mapboxgl-b7ec96d352c78172b6df4afedd6fc0e7db142a54.tar.gz
[ios, macos] Corrected MGLSource subclassing documentation
Diffstat (limited to 'platform/darwin/src/MGLSource.h')
-rw-r--r--platform/darwin/src/MGLSource.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/darwin/src/MGLSource.h b/platform/darwin/src/MGLSource.h
index 151363104e..a504a01791 100644
--- a/platform/darwin/src/MGLSource.h
+++ b/platform/darwin/src/MGLSource.h
@@ -17,8 +17,8 @@ NS_ASSUME_NONNULL_BEGIN
`-[MGLStyle addSource:]` and `-[MGLStyle sourceWithIdentifier:]`.
Create instances of `MGLShapeSource` and the concrete subclasses of
- `MGLTileSource`, `MGLVectorSource` and `MGLRasterSource` in order to use
- `MGLMultiPoint`'s properties and methods. Do not create instances of `MGLSource`
+ `MGLTileSource` (`MGLVectorSource` and `MGLRasterSource`) in order to use
+ `MGLSource`'s properties and methods. Do not create instances of `MGLSource`
directly, and do not create your own subclasses of this class.
*/
MGL_EXPORT