MKMapView.ShowAnnotations(IMKAnnotation[], Boolean) Method

Definition

Sets the visible region of the map such that the specified annotations can all be seen.

[Foundation.Export("showAnnotations:animated:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ShowAnnotations (MapKit.IMKAnnotation[] annotations, bool animated);
abstract member ShowAnnotations : MapKit.IMKAnnotation[] * bool -> unit
override this.ShowAnnotations : MapKit.IMKAnnotation[] * bool -> unit

Parameters

annotations
IMKAnnotation[]
animated
Boolean
Attributes

Applies to