AlarmsList<T> class
abstract
Geographic coordinates-referenced list of item alarms.
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
items
→ List<
T> -
Gets the items list.
no setter
- referenceCoordinates → Coordinates
-
Gets the reference coordinates.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → int
-
Gets the number of items.
no setter
Methods
-
getDistance(
int index) → int - Gets the distance in meters from the item to the reference coordinate.
-
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.
inherited