Package 

Class HeatmapKt

    • Method Summary

      Modifier and Type Method Description
      final static WeightedLatLng toWeightedLatLng(LatLng $self, Double intensity) Converts this LatLng to a WeightedLatLng
      final static HeatmapTileProvider heatmapTileProviderWithData(Collection<LatLng> latLngs, Integer radius, Gradient gradient, Double opacity, Double maxIntensity) Constructs a HeatmapTileProvider.
      final static HeatmapTileProvider heatmapTileProviderWithWeightedData(Collection<WeightedLatLng> latLngs, Integer radius, Gradient gradient, Double opacity, Double maxIntensity) Constructs a HeatmapTileProvider.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait