callout
A delegate that enables you to customize the annotation’s callout.
Declaration
get callout(): AnnotationCalloutDelegate | null;
set callout(callout: AnnotationCalloutDelegate | null);Discussion
The callout delegate is an optional object that implements methods for customizing the appearance, content, and animations of the callout that appear when selecting the annotation.
See AnnotationCalloutDelegate for details.