-
Notifications
You must be signed in to change notification settings - Fork 1.3k
User location tracking not animating #2791
Comments
Build project using This results in following output:
|
@ljbade indicated to add a log message to #include <mbgl/platform/log.hpp> and mbgl::Log::Error(mbgl::Event::JNI, "canceltransitions in transform.cpp", "canceltransitions"); |
With previous comment in place I'm seeing:
|
Hmm this is very perplexing. @1ec5 Do you have any ideas why a pan animation is not working? |
I have been running at this issue this morning but feel that I have not much wiser at this point. I have investigated following trajectories:
|
I'm starting to believe that this problem is bigger than the animation only. There is a huge difference in log ouput with |
I'm going to whip up a simple View and see if I'm able to animate that one instead |
I whipped up the most simple example possible, a marker centered in the map and a location listener setting |
The PR for #3283 animates the map correctly \o/ |
Now noticing another issue, jitter of the userdot on high zoom level. |
Linking the master issue #2049 for progress on the topic for UserLocationTracking |
User location tracking landed it #2758
We are now calling
setCenterCoordinate(mMarkerCoordinate, true /*animated*/)
to reposition.Currently no animation is occuring and map jumps from one location to another.
Probably a
clearTransitions
is called somewhere down the event chain.The text was updated successfully, but these errors were encountered: