Skip to content

Strange behavior animation position #1112

Answered by moiatto
moiatto asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Emux,
I solved thanks to your suggestions:

private void updateUIwithMapLocationAnimation(MapPosition position)
    {
        map.animator().cancel();
        
        map.animator().animateTo(1000, position);
    }

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@moiatto
Comment options

Answer selected by devemux86
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants