-
public final class HeatmapKt
-
-
Method Summary
Modifier and Type Method Description final static WeightedLatLngtoWeightedLatLng(LatLng $self, Double intensity)Converts this LatLng to a WeightedLatLng final static HeatmapTileProviderheatmapTileProviderWithData(Collection<LatLng> latLngs, Integer radius, Gradient gradient, Double opacity, Double maxIntensity)Constructs a HeatmapTileProvider. final static HeatmapTileProviderheatmapTileProviderWithWeightedData(Collection<WeightedLatLng> latLngs, Integer radius, Gradient gradient, Double opacity, Double maxIntensity)Constructs a HeatmapTileProvider. -
-
Method Detail
-
toWeightedLatLng
final static WeightedLatLng toWeightedLatLng(LatLng $self, Double intensity)
Converts this LatLng to a WeightedLatLng
-
heatmapTileProviderWithData
final static HeatmapTileProvider heatmapTileProviderWithData(Collection<LatLng> latLngs, Integer radius, Gradient gradient, Double opacity, Double maxIntensity)
Constructs a HeatmapTileProvider.
-
heatmapTileProviderWithWeightedData
final static HeatmapTileProvider heatmapTileProviderWithWeightedData(Collection<WeightedLatLng> latLngs, Integer radius, Gradient gradient, Double opacity, Double maxIntensity)
Constructs a HeatmapTileProvider.
-
-
-
-