Annotation Overlay Render Strategy
interface AnnotationOverlayRenderStrategy
Strategy that controls how annotations are rendered inside annotation overlay. You can inject implementation of this interface via setAnnotationOverlayRenderStrategy.
Note that this strategy is applied only to annotations that are displayed in annotation overlay, See getOverlaidAnnotationTypes and getOverlaidAnnotations for annotation types and single annotations that have overlay display enabled. You can configure overlaid annotation types via setOverlaidAnnotationTypes and overlay annotations via setOverlaidAnnotations.
Types
Functions
Link copied to clipboard
abstract fun getOverlayRenderStrategy(@NonNull annotation: Annotation): AnnotationOverlayRenderStrategy.Strategy
Returns overlay render strategy that should be used for rendering specific annotation.