WeightedLatLng class

wraps a LatLng with an intensity

Constructors

WeightedLatLng(LatLng latLng, double intensity)

Properties

hashCode int
The hash code for this object.
no setterinherited
intensity double
getter/setter pair
latLng ↔ LatLng
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

merge(double x, double y, double intensity) → void
merge weighted lat long value the current WeightedLatLng,
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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