addPlacemarkWithAnimatedImageStyle abstract method
PlacemarkMapObject
addPlacemarkWithAnimatedImageStyle(
- Point point,
- AnimatedImageProvider animatedImage,
- 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);