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 for annotation types that have overlay display enabled. You can configure overlaid annotation types via setOverlaidAnnotationTypes.
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.