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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
The AnimatedMarkerActivity test example is currently not working. It should show a default marker moving on a straight line between Brussels and Washington, DC. Currently however the marker is not displayed on the map. This is likely due to changes from the build out of the View Based Annotations.
We also should remove the phrase Experimental from the Activity name as this should be a supported feature as part of the View Base Annotations API.
The text was updated successfully, but these errors were encountered:
I noticed this also, when zooming in a bit you can see the marker appearing again. My first guess is that this isn't related to changes made by view annotations and this is an issue with gl based annotations.
We also should remove the phrase Experimental from the Activity name as this should be a supported feature as part of the View Base Annotations API.
This feature is both part of the GL based Annotations as the View based Annotations API. Both Marker as MarkerView expose `setPosition(LatLng position) and both will need to call the same JNI methods. The reason why I marked it experimental is that animations aren't smooth yet. This is something I'm trying to profile/measure and hoping that perf best practices as #5103 will resolve it.
The
AnimatedMarkerActivity
test example is currently not working. It should show a default marker moving on a straight line between Brussels and Washington, DC. Currently however the marker is not displayed on the map. This is likely due to changes from the build out of the View Based Annotations.We also should remove the phrase
Experimental
from the Activity name as this should be a supported feature as part of the View Base Annotations API.The text was updated successfully, but these errors were encountered: