Flutter How to animate marker smoothly?

2,630

Try this new package - Animarker to animate marker over the Google Maps.

_latLngStream.getLatLngInterpolation().listen
Share:
2,630
ZUCCA
Author by

ZUCCA

Updated on December 18, 2022

Comments

  • ZUCCA
    ZUCCA over 1 year

    I'm developing custom marker on google map using Flutter.

    I just want to know about Marker.

    Can I implement marker animation smootly??

    ex. LatLng(xx.xxxxxxx) => LatLng(yy.yyyyyyy) when marker move, it has to move smoothly.

    please refer to this image. https://github.com/flutter/flutter/issues/31180