setViewWithStyle abstract method

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

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

Implementation

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