-
public class HeatmapTileProvider.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerDEFAULT_RADIUSprivate final DoubleDEFAULT_OPACITYpublic final GradientDEFAULT_GRADIENTprivate final IntegerMIN_RADIUSprivate final IntegerMAX_RADIUSpublic final static HeatmapTileProvider.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final BoundsgetBounds(Collection<WeightedLatLng> points)final DoubleArraygenerateKernel(Integer radius, Double sd)final Array<DoubleArray>convolve(Array<DoubleArray> grid, DoubleArray kernel)final IntegergetDEFAULT_RADIUS()final DoublegetDEFAULT_OPACITY()final GradientgetDEFAULT_GRADIENT()final IntegergetMIN_RADIUS()final IntegergetMAX_RADIUS()-
-
Method Detail
-
getBounds
final Bounds getBounds(Collection<WeightedLatLng> points)
-
generateKernel
final DoubleArray generateKernel(Integer radius, Double sd)
-
convolve
final Array<DoubleArray> convolve(Array<DoubleArray> grid, DoubleArray kernel)
-
getDEFAULT_RADIUS
final Integer getDEFAULT_RADIUS()
-
getDEFAULT_OPACITY
final Double getDEFAULT_OPACITY()
-
getDEFAULT_GRADIENT
final Gradient getDEFAULT_GRADIENT()
-
getMIN_RADIUS
final Integer getMIN_RADIUS()
-
getMAX_RADIUS
final Integer getMAX_RADIUS()
-
-
-
-