We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7554db7 commit 9be7ac2Copy full SHA for 9be7ac2
services/GeoService.ts
@@ -17,7 +17,7 @@ export class GeoService {
17
try {
18
19
const clusters = this.getClusters(chargingLocations, epsilon);
20
- const clusteredCoordinates = clusters.map(cluster => this.getLocationCluster(cluster, epsilon, idObject));
+ const clusteredCoordinates = clusters.map(cluster => this.getLocationCluster(cluster, epsilon, idObject, addGroupCount));
21
22
resolve(clusteredCoordinates);
23
0 commit comments