yagoferrer / map-tools

map-tools.js is a Google Maps Feature-rich Javascript wrapper that makes things like: Marker filtering, asynchronous loading, working with TopoJSON or GeoJSON, animation and more. Much simpler with an easy-to-use API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: Ability to throw an event when a x number of Markers are visible / not visible.

yagoferrer opened this issue · comments

commented

That helps with clustering / unclustering techniques.
Possible syntax:

on: {
'marker_visibilty_changed': function(count) {
// total count of markers.
console.log(count)
}
}