AlarmsList<T> class abstract Routes & Navigation

Geographic coordinates referenced list of item alarms.

Implementers

Constructors

AlarmsList()

Properties

hashCode int
The hash code for this object.
no setterinherited
items List<T>
The items list
no setter
referenceCoordinates Coordinates
Get reference coordinates.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
Get the number of items.
no setter

Methods

getDistance(int index) int
Get 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