MKMapView.ShowAnnotations(IMKAnnotation[], Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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