MapMeasure class

A map measure.

Check MapCamera for more details on each supported measure.

Annotations

Constructors

MapMeasure(MapMeasureKind kind, double value)
Constructs a MapMeasure from the kind and value.
factory

Properties

hashCode → int
The hash code for this object.
no setter
kind MapMeasureKind
The kind of measure represented by value.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
value → double
The measure value.
final

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.