Skip to content

Latest commit

 

History

66 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

grid_clusterer v1.9.0

Release Updates

  • This version acts on gmp-click events generated by Google Maps Advanced Markers and removes the Google Map console warnings regarding gmp-click events.
  • This version no longer requires "cluster marker click checks" that were present in previous versions. By default, when a cluster marker is clicked on, the clusterer will try to fit / zoom-in on the data bounds of the cluster (does not use the Google maps .fitBounds() method as it does not work for some edge cases). If unable, then the zoom level is simply increased by 1.

A grid clusterer for Google maps

Use the following links to learn about the grid clusterer:

To download and use locally:

  1. Click on the "grid_clusterer.zip" archive above.
  2. Click on the "Download" button and save the archive locally.
  3. Un-zip the grid_clusterer archive
  4. IMPORTANT: In order to use Google maps, you require a Google maps API key.

    Replace the string "[YOUR_API_KEY]" with your Google maps API key in all "index.html" files found in the following directories / files:

    • ./dist/ex0/index.html
    • ./dist/ex1/index.html
    • ./dist/ex2/index.html
  5. Using any web browser, open the "/dist/index.html" file.