Sdílet prostřednictvím


IMKMapViewDelegate.CreateClusterAnnotation(MKMapView, IMKAnnotation[]) Method

Definition

[Foundation.Export("mapView:clusterAnnotationForMemberAnnotations:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual MapKit.MKClusterAnnotation CreateClusterAnnotation(MapKit.MKMapView mapView, MapKit.IMKAnnotation[] memberAnnotations);
[<Foundation.Export("mapView:clusterAnnotationForMemberAnnotations:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CreateClusterAnnotation : MapKit.MKMapView * MapKit.IMKAnnotation[] -> MapKit.MKClusterAnnotation
override this.CreateClusterAnnotation : MapKit.MKMapView * MapKit.IMKAnnotation[] -> MapKit.MKClusterAnnotation

Parameters

mapView
MKMapView
memberAnnotations
IMKAnnotation[]

Returns

Attributes

Applies to