diff --git a/src/mapkit.cs b/src/mapkit.cs index 9cd24b603ddf..ba430a0ba904 100644 --- a/src/mapkit.cs +++ b/src/mapkit.cs @@ -196,6 +196,11 @@ interface MKAnnotationView { [TV (11,0)][iOS (11,0)][Mac (10,13, onlyOn64: true)] [Export ("collisionMode", ArgumentSemantic.Assign)] MKAnnotationViewCollisionMode CollisionMode { get; set; } + + [TV (11,0)][iOS (11,0)][Mac (10,13, onlyOn64: true)] + [Export ("prepareForDisplay")] + [Advice ("You must call the base method when overriding.")] // [RequiresSuper] + void PrepareForDisplay (); } [ThreadSafe]