Class | Description |
---|---|
Gradient |
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.
|
HeatmapTileProvider |
Tile provider that creates heatmap tiles.
|
HeatmapTileProvider.Builder |
Builder class for the HeatmapTileProvider.
|
WeightedLatLng |
A wrapper class that can be used in a PointQuadTree
Created from a LatLng and optional intensity: point coordinates of the LatLng and the intensity
value can be accessed from it later.
|