markersIds property

List<int> markersIds
final

The IDs of markers that are rendered on the map.

These are the internal marker identifiers for marker objects that were visible during the render. They can be used to look up marker state or to notify external renderers about which IDs are currently visible.

Implementation

final List<int> markersIds;