diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2016-01-17 23:33:15 -0800 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2016-01-20 11:02:31 -0800 |
commit | 07c4c541112d1b5cc74ee4b1e636bfc7501db6ae (patch) | |
tree | 6657d7ba57e234eee508fbad3bab1a98f33d6a9a /.jazzy.yaml | |
parent | a93e7d7baa285ab950b216079726d1c38709e3b3 (diff) | |
download | qtlocation-mapboxgl-07c4c541112d1b5cc74ee4b1e636bfc7501db6ae.tar.gz |
[ios] Made user dot position configurable
The user dot or user puck’s position is now configurable via a new alignment property in any user tracking mode. Also, -setUserTrackingMode:animated: is now exposed publicly, and setting its animated parameter to NO skips the initial animation.
Diffstat (limited to '.jazzy.yaml')
-rw-r--r-- | .jazzy.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.jazzy.yaml b/.jazzy.yaml index e0c7b721bf..99224d9626 100644 --- a/.jazzy.yaml +++ b/.jazzy.yaml @@ -27,6 +27,7 @@ custom_categories: children: - MGLAnnotation - MGLAnnotationImage + - MGLAnnotationVerticalAlignment - MGLCalloutView - MGLCalloutViewDelegate - MGLMultiPoint |