WeightedLatLng

constructor(latLng: LatLng, intensity: Double)

Constructor

Parameters

latLng

LatLng to add to wrapper

intensity

Intensity to use: should be greater than 0 Default value is 1. This represents the "importance" or "value" of this particular point Higher intensity values map to higher colours. Intensity is additive: having two points of intensity 1 at the same location is identical to having one of intensity 2.


constructor(latLng: LatLng)

Constructor that uses default value for intensity

Parameters

latLng

LatLng to add to wrapper