We want to cluster items like iOS and Android mapsCan this be done?
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?
Our Flutter Maps SDK currently supports clusters. Check this sample code for reference.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.