zIndexOffset property

double get zIndexOffset

By default, marker images zIndex is set automatically based on its latitude. Use this option if you want to put the marker on top of all others (or below), specifying a high value like 1000 (or high negative value, respectively).

Implementation

external double get zIndexOffset;
set zIndexOffset (double value)

Implementation

external set zIndexOffset(double value);