Skip to content

Port of the marker clustering library for the Google Maps JavaScript API v3.

License

Notifications You must be signed in to change notification settings

davidwong/markerclustererplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MarkerClustererPlus

This is git port of the markerclustererplus library from google-maps-utility-library-v3.

Changes

Changes from the imported version 2.1.2.

v0.1

  • minClusterZoom option: sets the minimum number of markers in the cluster that will stop further zooming when the cluster is clicked.

v0.1.1

  • divClassName option: when set will add a class name for the div that holds the cluster icon. Currently this is only used as a tag for e2e testing, e.g. to allow selenium to find the clusters in a map.

v0.2

  • workaround for cluster not zooming when clicked, after fitBounds() is called.

Build

To build a minified version of the library using uglify: (requires node.js)

$ npm install
$ npm run build

License

Apache License, Version 2.0

About

Port of the marker clustering library for the Google Maps JavaScript API v3.

Resources

License

Stars

Watchers

Forks

Packages

No packages published