addPlacemarkWithAnimatedImageStyle abstract method

PlacemarkMapObject addPlacemarkWithAnimatedImageStyle(
  1. Point point,
  2. AnimatedImageProvider animatedImage,
  3. IconStyle style
)

Creates a new placemark with animated icon and adds it to the current collection.

Implementation

mapkit_map_placemark.PlacemarkMapObject addPlacemarkWithAnimatedImageStyle(
    mapkit_geometry_point.Point point,
    animated_image_provider.AnimatedImageProvider animatedImage,
    mapkit_map_icon_style.IconStyle style);