Skip to content

Point Count for Symbol Manager with Cluster not working #3514

@EllisGlaeser

Description

@EllisGlaeser

MapLibre Android Version

11.5.1

Android SDK Version

16

Device

Google Pixel 8

What happened?

Using the code below, I tried to set up clustering for my symbols so that the user would see a number for how many symbols are in the cluster. Is that not supported by SymbolManager?

val clusterOptions = ClusterOptions()
      .withClusterMaxZoom(12)
      .withClusterRadius(25)
      .withTextSize(Expression.abs(50))
      .withTextColor(Expression.color(Color.BLUE))
      .withTextField(Expression.toNumber(Expression.get("point_count")))

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions