flutter_animarker
flutter_animarker copied to clipboard
Marker sometimes glitches while movement

Please check the glitch at 11th second, its sometimes very frequent
https://user-images.githubusercontent.com/51997260/218392837-f962b60e-9e53-4138-93b0-af36551f3c7c.mp4
For those facing the same issue, This was happening since the marker was provided to google maps and animarker, I checked the code for animarker and it internally already assigns the marker to google maps, so there is no need to specify the marker at both places.
Hello @gauravmehta13
I'm creating the exact same functionality in an app.
Are you implementing it in a way that the vehicle performs the animation strictly along the polyline?
I'm not getting it, see the image below. When there are curves, the car crosses outside the line.
Furthermore, I cannot use the image of a vehicle like yours, because it keeps rotating, as it does not travel along the polyline.
On Android I could do this effect perfectly, using a vehicle. In Flutter I'm getting beaten up!