diff options
author | Ansis Brammanis <brammanis@gmail.com> | 2016-01-27 11:01:38 -0800 |
---|---|---|
committer | Ansis Brammanis <brammanis@gmail.com> | 2016-01-28 15:10:26 -0800 |
commit | ca0099b6a439a140316a09d8d44aaa2803f3de35 (patch) | |
tree | e89abfd31e7cfb836f4fceadbd8f6435d7693be2 /CHANGELOG.md | |
parent | 16442341799dceea63e7cd6c3f77331f68f642e7 (diff) | |
download | qtlocation-mapboxgl-ca0099b6a439a140316a09d8d44aaa2803f3de35.tar.gz |
[android] getters, setters for minZoom, maxZoom
adds:
map.getMminZoom();
map.setMminZoom(double);
map.getMaxZoom();
map.setMaxZoom(double);
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 31c853a1b7..45eedeb6f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * Fixed crash caused by annotation image with non-integer width or height ([#3031](https://github.com/mapbox/mapbox-gl-native/issues/3031)) * Tracking Mode Reverses Bearing Fix ([#3664](https://github.com/mapbox/mapbox-gl-native/issues/3664)) * GPS Extra Rotation Fix ([#3661](https://github.com/mapbox/mapbox-gl-native/issues/3661)) +* Added new methods for getting and setting the min and max zoom levels: `getMinZoom`, `setMinZoom`, `getMaxZoom`, `setMaxZoom`. ([#509](https://github.com/mapbox/mapbox-gl-native/issues/509)) ## 3.1.0 |