setImageWithStyle abstract method

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

Sets the image with the given style for the icon.

Implementation

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