setIconWithStyle abstract method

void setIconWithStyle(
  1. ImageProvider image,
  2. IconStyle style
)

Sets an icon with the given style for the placemark. Resets the animation, the composite icon, the view and the model.

Implementation

void setIconWithStyle(image_provider.ImageProvider image,
    mapkit_map_icon_style.IconStyle style);