diff options
author | Asheem Mamoowala <asheem.mamoowala@mapbox.com> | 2017-10-02 14:46:25 -0700 |
---|---|---|
committer | Asheem Mamoowala <asheem.mamoowala@mapbox.com> | 2017-10-09 11:42:37 -0700 |
commit | 9e79659007131450cde7e6e1a361f8ba3321fe98 (patch) | |
tree | f005ac054b48eac6fc6d2d82c58e2d8abed87711 /platform/android/CHANGELOG.md | |
parent | 2366487275ce90022bac67d51205e3011bca6f0a (diff) | |
download | qtlocation-mapboxgl-9e79659007131450cde7e6e1a361f8ba3321fe98.tar.gz |
[android][ios][macOS] Implement bindings for `Map::cameraForGeometry`. On macOS, also added -[MGLMapView setCamera: withDuration: animationTimingFunction: edgePadding: completionHandler:] for parity with iOS
Diffstat (limited to 'platform/android/CHANGELOG.md')
-rw-r--r-- | platform/android/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index 8ce8b3d3c1..ff03df2236 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -6,7 +6,7 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to * Add support for ImageSource [#9110](https://github.com/mapbox/mapbox-gl-native/pull/9110) * Increased the default maximum zoom level from 20 to 22. ([#9835](https://github.com/mapbox/mapbox-gl-native/pull/9835)) -* TBA +* Added `MapboxMap.getCameraForGeometry()` to get a camera with zoom level and center coordinate computed to fit a shape. ([#10107](https://github.com/mapbox/mapbox-gl-native/pull/10107)) ### 5.1.4 - September 25, 2017 |