I am using the gmaps-marker-clusterer library (v1.2.0) together with the Google Maps API on an Ionic v1 app to group map markers in clusters based on the zoom level.
I am currently stuck on one particular issue caused by the library (it does not happen when I am not using it) that somehow makes the map freeze on a weird one-finger zoom mode. Essentially, when zooming in or out while the clusters are rendering, the map gets stuck, does not …