MKMapViewDelegate.GetViewForAnnotation(MKMapView, IMKAnnotation) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Retorna o MKAnnotationView associado ao annotation
.
[Foundation.Export("mapView:viewForAnnotation:")]
public virtual MapKit.MKAnnotationView GetViewForAnnotation (MapKit.MKMapView mapView, MapKit.IMKAnnotation annotation);
abstract member GetViewForAnnotation : MapKit.MKMapView * MapKit.IMKAnnotation -> MapKit.MKAnnotationView
override this.GetViewForAnnotation : MapKit.MKMapView * MapKit.IMKAnnotation -> MapKit.MKAnnotationView
Parâmetros
- mapView
- MKMapView
- annotation
- IMKAnnotation
Retornos
- Atributos