Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

plank/MarkerClusterer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MarkerClusterer with Info On Click Modification

A fork of the MarkerClusterer utility for google maps.

The original source: http://code.google.com/p/google-maps-utility-library-v3/wiki/Libraries

About

At Plank Design, we needed to use the MarkerClusterer for a project.

We needed some added functionality: The ability to have a Cluster display all the info for the Markers in that Cluster. This allowed us to display all the information for events happening at one location.

This modification plays nice with the Zoom On Click functionality already built in to MarkerClusterer.

We are putting it up here in the hopes it can help people, and we'll ping the MarkerClusterer maintainers to allow them to add the code to the official codebase if they so desire, so you might want to check there first before using our fork.

Usage

see examples/info_on_click_example.html

to see how it works.