renderToBitmap

open fun renderToBitmap(@NonNull bitmap: Bitmap)

Renders the appearance of this annotation into the passed bitmap.

Parameters

bitmap

Target bitmap to render the annotation into.


open fun renderToBitmap(@NonNull bitmap: Bitmap, @NonNull configuration: AnnotationRenderConfiguration)

Renders the appearance of this annotation into the passed bitmap.

Parameters

bitmap

Target bitmap to render the annotation into.

configuration

Advanced annotation rendering configuration.