library
Toggle table of contents
3.16.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
library
library
/
com.google.maps.android.heatmaps
/
WeightedLatLng
Weighted
Lat
Lng
data
class
WeightedLatLng
(
val
latLng
:
LatLng
,
val
point
:
Point
,
val
intensity
:
Double
)
:
PointQuadTree.Item
Members
Constructors
Weighted
Lat
Lng
Link copied to clipboard
@
JvmOverloads
constructor
(
latLng
:
LatLng
,
intensity
:
Double
=
DEFAULT_INTENSITY
)
Constructor that uses default value for intensity
constructor
(
latLng
:
LatLng
,
point
:
Point
,
intensity
:
Double
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
intensity
Link copied to clipboard
val
intensity
:
Double
lat
Lng
Link copied to clipboard
val
latLng
:
LatLng
point
Link copied to clipboard
open
override
val
point
:
Point