Marker Clusterer Plugin for Google Map Component
Require Google Map Component...
Use Case: Showing cluster of marker instead of individual marker on Google Map Component
How to use it:
1. Add dependency: Google Map and Google Map Clusterer
2. Add usual Map from Google Map Component, set desired center lat/long, zoom, and MapOptions
3. Add GMaps_Clusterer_Flow\GoogleMap_Clusterer webblock below the Map webblock
4. In Preparation Logic of your screen, query your data using aggregate, loop data: add marker using Google Map Component as usual, then ListAppend Markers (type: List of Text), after that use AddMarkerToClusterer logic with MapId and Markers as input parameter.
- Remove unused input parameter
- Grant anonymous access to GMap_Clusterer_Sample