record Annotation ZIndex Edit
abstract fun recordAnnotationZIndexEdit(@NonNull annotation: Annotation, oldZIndex: Int, newZIndex: Int)
Records the z-index being changed on the specified annotation.
Parameters
annotation
Annotation being reordered.
old ZIndex
Old z-index of the annotation.
new ZIndex
New z-index of the annotation.