zIndex property
Observable<int>
get
zIndex
Reactive observable for the annotation's z-index (rendering order).
Lower values are rendered first (behind), higher values are rendered last (in front). Group annotations typically have negative z-index to appear behind nodes.
Implementation
Observable<int> get zIndex => _zIndex;