setIconWithStyle abstract method

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

Sets an icon with the given style for the placemark. Switches off and resets model/composite icon/animation/view.

Implementation

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