setViewWithCallback abstract method

void setViewWithCallback(
  1. ViewProvider view,
  2. Callback onFinished
)

Sets the view with the default style for the placemark. Switches off and resets icon/composite icon/animation/view. The callback will be called immediately after the view finished loading.

onFinished Called when the icon is loaded.

Implementation

void setViewWithCallback(
    view_provider.ViewProvider view, mapkit_map_callback.Callback onFinished);