AnnotationInteractionDelegate
public protocol AnnotationInteractionDelegate : AnyObject
A delegate that is called when a tap is detected on an annotation (or on several of them).
-
This method is invoked when a tap gesture is detected on an annotation
Declaration
Swift
func annotationManager(_ manager: AnnotationManager, didDetectTappedAnnotations annotations: [Annotation])
Parameters
manager
The
AnnotationManager
that detected this tap gestureannotations
A list of
Annotations
that were tapped