renderToBitmapAsync

fun renderToBitmapAsync(bitmap: Bitmap): Single<Bitmap>

Asynchronously renders the appearance of this annotation into the passed bitmap.

Parameters

bitmap

Target bitmap to render the annotation into.


fun renderToBitmapAsync(bitmap: Bitmap, configuration: AnnotationRenderConfiguration): Single<Bitmap>

Asynchronously renders the appearance of this annotation into the passed bitmap.

Parameters

bitmap

Target bitmap to render the annotation into.

configuration

Advanced annotation rendering configuration.