summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLSource_Private.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/src/MGLSource_Private.h')
-rw-r--r--platform/darwin/src/MGLSource_Private.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/platform/darwin/src/MGLSource_Private.h b/platform/darwin/src/MGLSource_Private.h
index 13a3dd5a30..d7d1f66641 100644
--- a/platform/darwin/src/MGLSource_Private.h
+++ b/platform/darwin/src/MGLSource_Private.h
@@ -45,7 +45,6 @@ struct SourceWrapper {
/**
The map view whose style currently contains the source.
-
If the source is not currently part of any map view’s style, this property is
set to `nil`.
*/
@@ -53,7 +52,6 @@ struct SourceWrapper {
/**
Adds the mbgl source that this object represents to the mbgl map.
-
Once a mbgl source is added, ownership of the object is transferred to the
`mbgl::Map` and this object no longer has an active unique_ptr reference to the
`mbgl::Source`. If this object's mbgl source is in that state, the mbgl source
@@ -65,7 +63,6 @@ struct SourceWrapper {
/**
Removes the mbgl source that this object represents from the mbgl map.
-
When a mbgl source is removed, ownership of the object is transferred back
to the `MGLSource` instance and the unique_ptr reference is valid again. It is
safe to add the source back to the style after it is removed.