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
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