MKMapView.DequeueReusableAnnotation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DequeueReusableAnnotation(String)
[Foundation.Export("dequeueReusableAnnotationViewWithIdentifier:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual MapKit.MKAnnotationView? DequeueReusableAnnotation(string withViewIdentifier);
[<Foundation.Export("dequeueReusableAnnotationViewWithIdentifier:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DequeueReusableAnnotation : string -> MapKit.MKAnnotationView
override this.DequeueReusableAnnotation : string -> MapKit.MKAnnotationView
Parameters
- withViewIdentifier
- String
Returns
- Attributes
Applies to
DequeueReusableAnnotation(String, IMKAnnotation)
[Foundation.Export("dequeueReusableAnnotationViewWithIdentifier:forAnnotation:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual MapKit.MKAnnotationView DequeueReusableAnnotation(string identifier, MapKit.IMKAnnotation annotation);
[<Foundation.Export("dequeueReusableAnnotationViewWithIdentifier:forAnnotation:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DequeueReusableAnnotation : string * MapKit.IMKAnnotation -> MapKit.MKAnnotationView
override this.DequeueReusableAnnotation : string * MapKit.IMKAnnotation -> MapKit.MKAnnotationView
Parameters
- identifier
- String
- annotation
- IMKAnnotation
Returns
- Attributes