render To Bitmap Async
Asynchronously renders the appearance of this annotation into the passed bitmap.
Parameters
bitmap
Target bitmap to render the annotation into.
open fun renderToBitmapAsync(@NonNull bitmap: Bitmap, @NonNull 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.