egeloen / ivory-google-map

Google Map API v3 integration for PHP 5.6+.
MIT License
325 stars 185 forks source link

Several MarkerClusters #256

Open olivier-rey opened 7 years ago

olivier-rey commented 7 years ago

Hi,

I used the library to implement a map with symfony (really appreciate it :) ). The number of markers start to increase on the map and i need to find a solution to improve the loading time. I thought of using cluster, but as i've got several marker types, i would need multiple markerCluster instances. It does not seems possible with Ivory... Do you have any advice to create multiple cluster instances in overlay manager or any other solution to improve loading time ?

Thanks in advance, Olivier