From 24bd336b88b4f2dae25277efeeb36a96061139a3 Mon Sep 17 00:00:00 2001 From: Asheem Mamoowala Date: Mon, 9 Oct 2017 11:50:48 -0700 Subject: [android][ios][macOS] Implement bindings for `Map::cameraForGeometry`. On macOS, also added -[MGLMapView setCamera: withDuration: animationTimingFunction: edgePadding: completionHandler:] for parity with iOS --- platform/android/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'platform/android/CHANGELOG.md') diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index 56a33f7e6b..520a678b73 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -59,6 +59,7 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to - build release package once during ci build [#9351](https://github.com/mapbox/mapbox-gl-native/pull/9351) * 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) +* 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 -- cgit v1.2.1