Map Marker Cluster View
Map Marker Cluster View can be placed as a child of Map Marker Cluster to render a custom view to show in place of the markers

How to use
This component acts like a View and accepts any other component to be its child and renders that in the place of the markers for the marker cluster.
Any components nested inside will have access to a variable named markerCount which indicates the number of markers within that cluster and can be passed to a Text component, for instance.
In the screenshot above, I’ve used a star Icon to represent the cluster and the count is rendered in a Text component.
Configuration Properties
Property | Description |
---|---|
Component name | The name of the component as it appears in the Screen's component tree |
Zoom on press | Whether to zoom into a cluster (displaying it's markers) when pressed |
Triggers
Trigger | Description |
---|---|
On Press | Runs the Actions when the element is pressed |
Updated 2 months ago