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

PropertyDescription
Component nameThe name of the component as it appears in the Screen's component tree
Zoom on pressWhether to zoom into a cluster (displaying it's markers) when pressed

Triggers

TriggerDescription
On PressRuns the Actions when the element is pressed