react-native-maps-clusters
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

React-Native-Maps-Clusters npm version

📌 A simple solution for providing clustering to React-Native-Maps for both Android and iOS

Installation:

yarn react-native-maps-clusters

Usage:

import MapView from 'react-native-maps-clusters';
 
const App = () => (
  <MapView
    data={[
      { currency: "", price: 123, latitude: 55.6732765, longitude: 12.5670903 },
      { currency: "$", price: 69, latitude: 55.6839255, longitude: 12.5576476 },
      { currency: "£", price: 666, latitude: 55.6799209, longitude: 12.5800284 }
    ]}
  />
);

Package Sidebar

Install

npm i react-native-maps-clusters

Weekly Downloads

3

Version

2.0.1

License

MIT

Unpacked Size

70.1 kB

Total Files

20

Last publish

Collaborators

  • kosai106