initialMarkersCount property
Option to set markers count initially. It cannot be updated dynamically.
The MapLayer.markerBuilder callback will be called number of times equal to the value specified in the MapLayer.initialMarkersCount property. The default value of the of this property is null.
Implementation
final int initialMarkersCount;