Socket
Socket
Sign inDemoInstall

node-js-marker-clusterer

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-js-marker-clusterer

Wrapper of js-marker-clusterer for node usage from the original https://github.com/googlemaps/js-marker-clusterer


Version published
Weekly downloads
4.5K
increased by11.8%
Maintainers
1
Weekly downloads
 
Created
Source

Node Marker Clusterer

A Google Maps JavaScript API v3 library to create and manage per-zoom-level clusters for large amounts of markers.

Converted to commonJS format to be used with browserify and added additional unit test to ensure the constructor gets instantiated and contains the original public methods.

Install

npm install node-js-marker-clusterer

Usage

var MarkerClusterer = require('node-js-marker-clusterer');

var mc = new MarkerClusterer(map, markers);

Docs

The logic of the module it's unchanged and it's forked from it's original author from js-marker-clusterer

License

Apache 2.0

Keywords

FAQs

Package last updated on 28 Jun 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc