recordAnnotationZIndexEdit

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.

oldZIndex

Old z-index of the annotation.

newZIndex

New z-index of the annotation.