Select to view content in your preferred language

Question on feature reduction expanding

173
1
a week ago
Kaju
by
Emerging Contributor

I've got a project where I have points on a map that get clustered. Is there a way to find out if any given marker is currently inside a cluster or not - something like an "IsClustered" flag. 

Kaju_1-1761207413349.png

Thanks in advance!

0 Kudos
1 Reply
QuintenKent
Esri Contributor

Hi @Kaju, unfortunately there is no programmatic way to do this given just a feature layer or graphics overlay.

The only way to find out which features/graphics are in a cluster and which are unclustered is to perform an identify on the map view and look at the type of the GeoElement that is returned.

This post in Native SDKs Ideas is for similar functionality, and I expect any updates to get posted there.

0 Kudos