summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLMapView.h
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-07-14 16:31:08 -0700
committerMinh Nguyễn <mxn@1ec5.org>2016-07-14 16:31:08 -0700
commit244700e56033179726a164b1a0801dbd4c382770 (patch)
tree126348f1e3693e366d822606756bbafea4d0877d /platform/ios/src/MGLMapView.h
parent95e5d122355858c5c56f034e367e7e5255349799 (diff)
parentae06be21941c67dffdb0d59216190840667748cf (diff)
downloadqtlocation-mapboxgl-244700e56033179726a164b1a0801dbd4c382770.tar.gz
Merge branch 'release-ios-v3.3.0'
Diffstat (limited to 'platform/ios/src/MGLMapView.h')
-rw-r--r--platform/ios/src/MGLMapView.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/platform/ios/src/MGLMapView.h b/platform/ios/src/MGLMapView.h
index 4cd4a58131..cfa6d828fe 100644
--- a/platform/ios/src/MGLMapView.h
+++ b/platform/ios/src/MGLMapView.h
@@ -30,7 +30,10 @@ extern const CGFloat MGLMapViewDecelerationRateFast;
/** Disables decleration in a map view. */
extern const CGFloat MGLMapViewDecelerationRateImmediate;
-/** The vertical alignment of an annotation within a map view. */
+/**
+ The vertical alignment of an annotation within a map view. Used with
+ `MGLMapView.userLocationVerticalAlignment`.
+ */
typedef NS_ENUM(NSUInteger, MGLAnnotationVerticalAlignment) {
/** Aligns the annotation vertically in the center of the map view. */
MGLAnnotationVerticalAlignmentCenter = 0,