[GIS] Point cluster in ArcGIS Javascript API 4.3

arcgis-javascript-api-4clusteringjavascriptpointspatial-cluster

I am trying to create a map with the the ArcGIS API for JavaScript v4.3. Some of the points that I want to visualize are on the same location and I would like to use some type of point clustering to render the points.

I checked the ESRI documentation for this version but I could not find something about clustering.

Is there a way to do point clustering in ArcGIS JS v4.3?

Best Answer

Unfortunately, this is not possible through the current version it is planned though as future updates occur for this version.

ArcGIS API for JavaScript 3.20 Does have this capability.

Related Question