WeightedLatLng

data class WeightedLatLng(val latLng: LatLng, val point: Point, val intensity: Double) : PointQuadTree.Item

Constructors

Link copied to clipboard
constructor(latLng: LatLng, intensity: Double = DEFAULT_INTENSITY)

Constructor that uses default value for intensity

constructor(latLng: LatLng, point: Point, intensity: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val latLng: LatLng
Link copied to clipboard
open override val point: Point