react native maps clustering

前端 未结 3 1672
悲哀的现实
悲哀的现实 2021-01-31 19:19

I want to integrate maps in my react-native app, I am using the “react-native-maps” library for that https://github.com/airbnb/react-native-maps I want to use clustering but I a

3条回答
  •  悲&欢浪女
    2021-01-31 19:56

    You can use react-native-maps-super-cluster. This module wraps AirBnB's react-native-maps and uses MapBox's SuperCluster as clustering engine. This module is super easy to use.

    Demo

    There is one more library for clustering react-native-map-clustering.

提交回复
热议问题