novalabio/react-native-maps-super-cluster

How to get the indexes of the pins inside the cluster?

minuitagency opened this issue · 1 comments

Hi,

Thanks for the library, first one I found that works reliably,

We're working on an app that displays users on a map, we need to open the profile of the first user in the cluster when the user press on it, how would I get the index of the first user inside this cluster?

Thanks,

Théo

What order are you referring to? I don't see the point. Clusters are extremely dynamic, they do depend on zoom and position on the map, so there's no real order. Am I missing something?