setViewWithStyle abstract method

void setViewWithStyle(
  1. ViewProvider view,
  2. IconStyle style
)

Sets the view with the given style for the placemark. Resets icons, animation and the model.

Implementation

void setViewWithStyle(
    view_provider.ViewProvider view, mapkit_map_icon_style.IconStyle style);