flutter_animarker icon indicating copy to clipboard operation
flutter_animarker copied to clipboard

Marker sometimes glitches while movement

Open Pakket2Go opened this issue 2 years ago • 3 comments

image

Pakket2Go avatar Feb 12 '23 04:02 Pakket2Go

Please check the glitch at 11th second, its sometimes very frequent

https://user-images.githubusercontent.com/51997260/218392837-f962b60e-9e53-4138-93b0-af36551f3c7c.mp4

gauravmehta13 avatar Feb 13 '23 07:02 gauravmehta13

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.

gauravmehta13 avatar Feb 19 '23 04:02 gauravmehta13

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!

image

thiagotalma avatar Nov 30 '23 14:11 thiagotalma