library
Toggle table of contents
3.19.1
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
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
constructor
(
latLng
:
LatLng
,
point
:
Point
,
intensity
:
Double
)
@
JvmOverloads
constructor
(
latLng
:
LatLng
,
intensity
:
Double
=
DEFAULT_INTENSITY
)
Constructor that uses default value for intensity
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