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.
Thanks in advance!
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.