diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2015-11-20 02:14:55 -0800 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2015-11-25 15:20:25 -0800 |
commit | 2de0a351a0635192bd05116cebdf0103c2638d05 (patch) | |
tree | 72679c82e2bf718c329fc83a9249c352305a9173 /CHANGELOG.md | |
parent | e3992c41c354e70f2c6762690b428f0ebbe362f4 (diff) | |
download | qtlocation-mapboxgl-2de0a351a0635192bd05116cebdf0103c2638d05.tar.gz |
[core] [iOS] Completion handlers for animated methods
Added transition frame and finish functions to CameraOptions. Added Objective-C equivalents to the three main entry points to easeTo() in MGLMapView.
Fixes #1581.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 06d8787213..ace53f9e7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ Known issues: ## iOS master +- `MGLMapView` methods that alter the viewport now accept optional completion handlers. ([#3090](https://github.com/mapbox/mapbox-gl-native/pull/3090)) - Fixed an issue preventing the compass from responding to taps after the compass is moved programmatically. ([#3117](https://github.com/mapbox/mapbox-gl-native/pull/3117)) ## iOS 3.0.0 |