-
Notifications
You must be signed in to change notification settings - Fork 117
Closed
Labels
location-layer-pluginIssues that deal with the location layer moduleIssues that deal with the location layer module
Milestone
Description
Features
Version 0.7.0 of the LocationLayerPlugin adds additional methods that allow manipulating the camera while any of the camera modes, besides CameraMode#NONE, is engaged.
- Use
LocationLayerPlugin#zoomWhileTrackingto zoom in/out the camera. - Use
LocationLayerPlugin#tiltWhileTrackingto tilt the camera.
Changelog
- Additional methods to tilt and zoom in/out the camera while camera tracking is engaged #583
- Fixed wrong focal point persisting when camera modes are changed quickly #583
- Update ProGuard to support built-in shrinker of Gradle Plugin #582
- Break camera tracking on fling #587
- Maps SDK bump to 6.3.0 #585
- Fixed memory leak when using the mapbox-plugins #570
- Always make plugin visible in location start when enabled #592
- Check if the layer is hidden when setting render mode #594
- Adjust camera based on the camera mode when plugin enabled #596
Release checklist
- Cut the release branch
- Run through testapp/demo app and test all activities
- Update
README.md - Update
CHANGELOG.md - Change version name to
0.7.0ingradle.properties - Publish
0.7.0artifact to Maven Central - Change version name back to
0.8.0-SNAPSHOT - Merge the release branch back to
master - Tag
v0.7.0in GitHub
Post-release
- Update
constants.jsfile inandroid-docsrepo - Generate updated javadocs and add to
android-docsrepo - Update the version # in the Mapbox demo app @langsmith
- Update the version # in the Studio Preview app @langsmith
/cc: @mapbox/android
Metadata
Metadata
Assignees
Labels
location-layer-pluginIssues that deal with the location layer moduleIssues that deal with the location layer module