次の方法で共有


MKMapViewAnnotation 代理人

定義

注釈からビューを返すために使用される署名。

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

パラメーター

mapView
MKMapView
annotation
IMKAnnotation

戻り値

適用対象

こちらもご覧ください