-
Notifications
You must be signed in to change notification settings - Fork 96
Open
Labels
triage meI really want to be triaged.I really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
In the previous library, @googlemaps/markerclustererplus , has a feature to calculate custom count on cluster
const calculator = (markers)=>{
// By default I got markers listing .....
}
FOR EXAMPLE:-
const options = {
calculator: calculator,
};
const mc = new MarkerClusterer(map, [], options);
but on this new library, there is a render method that helps to calculate the count on the cluster but I don't want to show a count of markers present on the cluster.
DOUBT:- I am showing the count on a marker by some calculation when it clusters, I want to show the sum of the calculation count, not the marker count ...
Please give me any solution or other way to solve this, that I am missing out on.
nsr092000, mark-emc and clcoco
Metadata
Metadata
Assignees
Labels
triage meI really want to be triaged.I really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.