WeightedLatLng class

A data point entry for a heatmap.

This is a geographical data point with a weight attribute.

Annotations

Constructors

WeightedLatLng(LatLng point, {double weight = 1.0})
Creates a WeightedLatLng with the specified weight
const

Properties

hashCode int
The hash code for this object.
no setteroverride
point LatLng
The geographical data point.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
weight double
The weighting value of the data point.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
Converts this object to something serializable in JSON.
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override