summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@mapbox.com>2019-01-09 11:52:52 -0500
committerJulian Rex <julian.rex@mapbox.com>2019-01-09 11:52:52 -0500
commitc61e4925eb6846cd42a8234a63ab9e9554a00bf2 (patch)
treec6d441b4af4a6132f9f343e03fb074c1369d3397
parent2928290642a6a69cbbfefc2bcae1c143d2574d87 (diff)
downloadqtlocation-mapboxgl-upstream/jrex/13055-setSelected-animated.tar.gz
Add comment to nodoc'd method.upstream/jrex/13055-setSelected-animated
-rw-r--r--platform/ios/src/MGLMapView.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/ios/src/MGLMapView.h b/platform/ios/src/MGLMapView.h
index afa2051716..65d712e62d 100644
--- a/platform/ios/src/MGLMapView.h
+++ b/platform/ios/src/MGLMapView.h
@@ -1435,7 +1435,8 @@ MGL_EXPORT IB_DESIGNABLE
/**
:nodoc:
- Selects an annotation and displays its callout view.
+ Selects an annotation and displays its callout view. This method should be
+ considered "alpha" and as such is liable to change.
@param annotation The annotation object to select.
@param moveIntoView If the annotation is not visible (or is partially visible) *and* is of type `MGLPointAnnotation`, the map is panned so that the annotation and its callout are brought into view. The annotation is *not* centered within the viewport. |