We want to cluster items like iOS and Android maps
Can this be done?
Our Flutter Maps SDK currently supports clusters. Check this sample code for reference.
How can I set up feature reduction for an arbitrary FeatureLayer?
I've checked sample above, but it loads webmap which feature layer already has non-null featureReduction prop. But what if I create:
var featureTable = ServiceFeatureTable.withUri(uri);
var featureLayer = FeatureLayer.withFeatureTable(featureTable);
How do I apply cluster in this case?