diff options
author | Tobrun <tobrun.van.nuland@gmail.com> | 2018-07-05 19:09:53 +0200 |
---|---|---|
committer | Tobrun <tobrun@mapbox.com> | 2018-07-05 19:53:04 +0200 |
commit | aa07dc5461b575abc527dbc25a0059aaa1c184ed (patch) | |
tree | a3d9462f4ea16e2ebc975b641065b04e955b1d4d | |
parent | 56ab3318a300b3675e902fd13690252d87739a27 (diff) | |
download | qtlocation-mapboxgl-aa07dc5461b575abc527dbc25a0059aaa1c184ed.tar.gz |
[android] - update changelog for release v6.3.0-alpha.2android-v6.3.0-alpha.2
-rw-r--r-- | platform/android/CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index babc32c50a..dcd8b50e9d 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -2,6 +2,11 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to do so please see the [`Contributing Guide`](https://github.com/mapbox/mapbox-gl-native/blob/master/CONTRIBUTING.md) first to get started. +## 6.3.0-alpha.2 - July 5, 2018 + - Add LatLngForScreenCoordinate to MapSnapshotter API, This allows to convert a LatLng value to the x,y position on the MapSnasphot image [#12221](https://github.com/mapbox/mapbox-gl-native/pull/12221) + - Expose multiple getCameraFor equivalent methods to convert a geometry or a bounds to a camera position with taking in account padding, tilt and bearing [#12290](https://github.com/mapbox/mapbox-gl-native/pull/12290) + - Avoid race condition when calling getMapAsync from a non-UI thread when running instrumentation tests [#12308](https://github.com/mapbox/mapbox-gl-native/pull/12308) + ## 6.2.1 - June 27, 2018 - Backport range alpha values from 0 to 1 with int color conversion [#12235](https://github.com/mapbox/mapbox-gl-native/pull/12235) |