From c61e4925eb6846cd42a8234a63ab9e9554a00bf2 Mon Sep 17 00:00:00 2001 From: Julian Rex Date: Wed, 9 Jan 2019 11:52:52 -0500 Subject: Add comment to nodoc'd method. --- platform/ios/src/MGLMapView.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. | -- cgit v1.2.1