pigeon-markercluster

1.0.3 • Public • Published

pigeon-markercluster

Clustering library for pigeon-maps

Install

npm install --save pigeon-markercluster

Usage

import { Map, Marker } from 'pigeon-maps'
import { SuperCluster } from 'pigeon-markercluster'

const Example = () => (
  <Map center={[53.7942, 12.17506]} zoom={6} defaultWidth={600} height={800}>
    <SuperCluster>
      {points.map((point) => (
        <Marker anchor={point} />
      ))}
    </SuperCluster>
  </Map>
)

License

MIT © baldulin

Readme

Keywords

none

Package Sidebar

Install

npm i pigeon-markercluster

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

11.9 kB

Total Files

4

Last publish

Collaborators

  • baldulin