lowDensityPointsGroupImage property

GemImage? lowDensityPointsGroupImage
getter/setter pair

The image used to render low-density point groups.

When point grouping is active and the number of items in a group is less than or equal to lowDensityPointsGroupMaxCount, this image will be displayed for the group head.

Implementation

GemImage? lowDensityPointsGroupImage = GemImage(
  imageId: MarkerRenderSettings.defaultMembersValue,
);