toggle menu
android-maps-utils
3.9.0
androidJvm
switch theme
search in API
android-maps-utils
/
com.google.maps.android.heatmaps
Package-level
declarations
Types
Types
Gradient
Link copied to clipboard
open
class
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.
Heatmap
Tile
Provider
Link copied to clipboard
open
class
HeatmapTileProvider
:
TileProvider
Tile provider that creates heatmap tiles.
Weighted
Lat
Lng
Link copied to clipboard
open
class
WeightedLatLng
:
PointQuadTree.Item
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.