Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Break camera tracking with external animation #14538

Closed
LukasPaczos opened this issue Apr 29, 2019 · 1 comment · Fixed by #14745
Closed

Break camera tracking with external animation #14538

LukasPaczos opened this issue Apr 29, 2019 · 1 comment · Fixed by #14745
Labels
Android Mapbox Maps SDK for Android

Comments

@LukasPaczos
Copy link
Contributor

Currently, whenever camera tracking is engaged, programmatically invoking standard animation clashes with the tracking animation in an unexpected way. We should instead break the tracking whenever this situation occurs. Users can listen for that event with the OnCameraTrackingChangedListener in more complex setups.

@mapbox/navigation-android any thoughts on this?

@LukasPaczos LukasPaczos added the Android Mapbox Maps SDK for Android label Apr 29, 2019
@danesfeder
Copy link
Contributor

We should instead break the tracking whenever this situation occurs.

@LukasPaczos I agree with this. We have had developers run into this same issue while integrating our UI components. We have added APIs to our UI map component that enforces the behavior that you've outline in this ticket mapbox/mapbox-navigation-android#1849

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Android Mapbox Maps SDK for Android
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants