getZIndexAsync

abstract fun getZIndexAsync(@NonNull annotation: Annotation): Single<Integer>

Gets the z-index of the provided annotation.

Return

A Single object that will contain the z-index as the value.

Parameters

annotation

Annotation for which to retrieve the z-index.