React Native Map Clustering

screenshot of React Native Map Clustering
react
react-native

React Native map clustering both for Android and iOS.

Overview

The React Native Map Clustering module is designed to handle map clustering within React Native applications. This feature-rich module is compatible with Expo and react-native-cli, making it easy to integrate clustering functionality into your projects.

Features

  • Cluster Color: Customize the background color of the clusters.
  • Cluster Text Color: Set the color of the text within the clusters.
  • Cluster Font Family: Define the font family for text displayed within clusters.
  • On Cluster Press: Handle cluster click events and retrieve information about clusters and their markers.
  • Tracks View Changes: Option to enable cluster markers to track view changes for improved performance.
  • Width and Height Configuration: Customize the width and height of the map component.
react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

react-native
React Native

React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.