MKCreateClusterAnnotation Delegate

Definition

public delegate MapKit.MKClusterAnnotation MKCreateClusterAnnotation(MKMapView mapView, IMKAnnotation[] memberAnnotations);
type MKCreateClusterAnnotation = delegate of MKMapView * IMKAnnotation[] -> MKClusterAnnotation

Parameters

mapView
MKMapView
memberAnnotations
IMKAnnotation[]

Return Value

Applies to