0

Is there any way that I can use an aimation as an annotation in mapbox swift. Or atleast get the allusion and affect. What I want is for an animation to place once the user clicks on the annotation. This is the animation: lottie animation

The goal is that I set the beginning frame of the animation as the annotation image. Once the user selects the annotation, the animation plays.

Rob
  • 415,655
  • 72
  • 787
  • 1,044

1 Answers1

0

You can't configure animation if you configure anitation displaying like MGLAnnotationView.

You can look how to configure MGLAnnotationView there.

IvanovDeveloper
  • 553
  • 5
  • 19