You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am reviewing the values for ViewportStatusChangeReason in cameraChangedEvents. When performing the flyTo animation on the mapView:
If the flyTo animation completes without any user interactions that cancel it, the status updates from TRANSITION_STARTED to TRANSITION_SUCCEEDED. When I manually move the map afterward, it correctly displays the USER_INTERACTION event.
-However, if the flyTo animation is interrupted by user interactions that cancel it, the status updates from TRANSITION_STARTED to TRANSITION_FAILED. When I then move the map manually, it continues displaying this status and never updates back to the USER_INTERACTION event. This behavior seems like a bug to me.
Expected behavior
If the flyTo animation is interrupted by user interactions that cancel it, the status updates from TRANSITION_STARTED to TRANSITION_SUCCEEDED. When I manually move the map afterward, it correctly displays the USER_INTERACTION event.
The text was updated successfully, but these errors were encountered:
Environment
Observed behavior and steps to reproduce
I am reviewing the values for
ViewportStatusChangeReason
incameraChangedEvents
. When performing theflyTo
animation on the mapView:If the
flyTo
animation completes without any user interactions that cancel it, the status updates fromTRANSITION_STARTED
toTRANSITION_SUCCEEDED
. When I manually move the map afterward, it correctly displays theUSER_INTERACTION
event.-However, if the
flyTo
animation is interrupted by user interactions that cancel it, the status updates fromTRANSITION_STARTED
toTRANSITION_FAILED
. When I then move the map manually, it continues displaying this status and never updates back to theUSER_INTERACTION
event. This behavior seems like a bug to me.Expected behavior
flyTo
animation is interrupted by user interactions that cancel it, the status updates fromTRANSITION_STARTED
toTRANSITION_SUCCEEDED
. When I manually move the map afterward, it correctly displays theUSER_INTERACTION
event.The text was updated successfully, but these errors were encountered: