Package-level declarations
Types
Link copied to clipboard
class Gradient @JvmOverloads constructor(val colors: IntArray, val startPoints: FloatArray, val colorMapSize: Int = DEFAULT_COLOR_MAP_SIZE)
A class to generate a color map from a given array of colors and the fractions that the colors represent by interpolating between their HSV values. This color map is to be used in the HeatmapTileProvider.
Link copied to clipboard
Tile provider that creates heatmap tiles.
Link copied to clipboard
data class WeightedLatLng(val latLng: LatLng, val point: Point, val intensity: Double) : PointQuadTree.Item