move Annotation Async
Moves the annotation to the specified z-index asynchronously.
Return
Completable object completing after the move has been done.
Parameters
page Index
Index of the page on which to reorder the annotations.
from ZIndex
The original z-index of the annotation that needs to be moved (from the specified page)
to ZIndex
Target z-index for the annotation to be moved to.
Moves the annotation to the specified z-index asynchronously.
Return
Completable object completing after the move has been done.
Parameters
annotation
Annotation to move.
z Index
Target z-index to move the annotation to.
abstract fun moveAnnotationAsync(@NonNull annotation: Annotation, @NonNull zIndexMove: AnnotationZIndexMove): Completable
Moves the annotation with the specified z-index move action asynchronously.
Return
Completable object completing after the move has been done.
Parameters
annotation
Annotation to move.
z Index Move
Z-index move action to be applied on the given annotation.