LocationIssueListener class abstract

abstract class receiving notifications when the set of currently active location issues changes.

Location issues represent unexpected or degraded conditions affecting positioning quality, availability, or functionality. The LocationEngine monitors various positioning subsystems and aggregates detected issues into a unified snapshot delivered via this interface.

  • Each callback delivers the complete current set of active issues.
  • An empty list indicates all previously reported issues have cleared.
  • Issues are transient by design and automatically removed once underlying conditions improve. No explicit clear/dismiss API is provided.

Constructors

LocationIssueListener(void onLocationIssueChangedLambda(List<LocationIssueType>))
abstract class receiving notifications when the set of currently active location issues changes.
factory

Properties

hashCode → int
The hash code for this object.
no setterinherited
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
onLocationIssueChanged(List<LocationIssueType> issues) → void
Called when the snapshot of currently active location issues changes.
toString() → String
A string representation of this object.
inherited

Operators

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