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.

Constructors

Link copied to clipboard
constructor(latLng: LatLng, intensity: Double)
Constructor
constructor(latLng: LatLng)
Constructor that uses default value for intensity

Properties

Link copied to clipboard
Default intensity to use when intensity not specified

Functions

Link copied to clipboard
open fun getIntensity(): Double
Link copied to clipboard
open fun getPoint(): Point