MKAnnotationView.SetSelected(Boolean, Boolean) Method

Definition

Method that is called to set values that control whether the annotation view is selected and whether selection state changes are animated.

[Foundation.Export("setSelected:animated:")]
public virtual void SetSelected (bool selected, bool animated);
abstract member SetSelected : bool * bool -> unit
override this.SetSelected : bool * bool -> unit

Parameters

selected
Boolean
animated
Boolean
Attributes

Applies to