MapMeasureRange class - mapview library - Dart API
MapMeasureRange
MapMeasureRange class
A map measure range.
- Annotations
Constructors
- MapMeasureRange(MapMeasureKind kind, double minimumValue, double maximumValue)
-
Constructs a MapMeasureRange from the kind and range values.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setter
- kind → MapMeasureKind
-
The kind of measure represented by value.
final
- maximumValue → double
-
The maximum measure value.
final
- minimumValue → double
-
The minimum measure value.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool - The equality operator.