MarkerAnimator constructor

MarkerAnimator(
  1. MapboxMap mapboxMap
)

Constructor to initialize the MarkerAnimator with the MapboxMap instance.

Implementation

MarkerAnimator(this.mapboxMap);