MKMapViewAnnotation 委托

定义

用于从批注返回视图的签名。

public delegate MapKit.MKAnnotationView MKMapViewAnnotation(MKMapView mapView, IMKAnnotation annotation);
type MKMapViewAnnotation = delegate of MKMapView * IMKAnnotation -> MKAnnotationView

参数

mapView
MKMapView
annotation
IMKAnnotation

返回值

适用于

另请参阅