unpinWidget abstract method

void unpinWidget(
  1. Widget widget
)

Removes a WidgetPin from the MapView by specifying the corresponding Widget. Trying to unpin a widget that was not pinned or has been unpinned before has no effect. All pinned widgets equal to widget will be removed.

widget corresponding to the WidgetPin to remove.

Implementation

void unpinWidget(Widget widget);