Select to view content in your preferred language

Clustering

230
2
04-02-2025 06:55 AM
Labels (2)
snlasystem
Occasional Contributor

We want to cluster items like iOS and Android maps

Can this be done?

0 Kudos
2 Replies
kossiyovo
Esri Contributor

Our Flutter Maps SDK currently supports clusters. Check this sample code for reference.

Product Engineer II at Esri, Google Developer Expert for Flutter/Dart
0 Kudos
EgorFedorov
Occasional Contributor

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?

0 Kudos