toggle menu
mapsglmaps
androidJvm
switch theme
search in API
mapsglmaps
/
com.xweather.mapsgl.sources.utils
/
FeatureCluster
Feature
Cluster
class
FeatureCluster
Members
Constructors
Feature
Cluster
Link copied to clipboard
constructor
(
)
Functions
cluster
Points
Link copied to clipboard
fun
clusterPoints
(
features
:
List
<
Feature
>
,
maxDistanceKilometers
:
Double
)
:
List
<
Feature
>
deduplicate
Close
Points
Link copied to clipboard
fun
deduplicateClosePoints
(
features
:
List
<
Feature
>
,
maxDistanceKilometers
:
Double
)
:
List
<
Feature
>
Removes features that are within thresholdMeters of each other, optimized with a spatial index.