OverlayItemAlarmsList class Routes & Navigation

Alarms list referencing overlay items by geographic coordinates.

Concrete implementation of AlarmsList that provides access to overlay item alarm positions and related utilities. Use instances returned by the AlarmService.overlayItemAlarms or AlarmService.overlayItemAlarmsPassedOver properties to inspect incoming or passed-over overlay item alarms.

See also:

Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
items List<OverlayItemPosition>
Items contained in the alarms list.
no setteroverride
pointerId int
The pointer ID of the native object
no setterinherited
referenceCoordinates Coordinates
Reference coordinates used for distance calculations.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
Number of items in the alarms list.
no setteroverride

Methods

dispose() → void
Disposes the native object.
inherited
getDistance(int index) int
Distance in meters from the referenceCoordinates to the specified item.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerAutoReleaseObject(int pointerId) → void
Registers an object for auto release.
inherited
toString() String
A string representation of this object.
inherited

Operators

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