Share via


MKMapView.ShowAnnotations(IMKAnnotation[], Boolean) Method

Definition

[Foundation.Export("showAnnotations:animated:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ShowAnnotations(MapKit.IMKAnnotation[] annotations, bool animated);
[<Foundation.Export("showAnnotations:animated:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShowAnnotations : MapKit.IMKAnnotation[] * bool -> unit
override this.ShowAnnotations : MapKit.IMKAnnotation[] * bool -> unit

Parameters

annotations
IMKAnnotation[]
animated
Boolean
Attributes

Applies to