LocationIssueType enum

Represents specific issues affecting location retrieval quality, availability, or functionality.

  • Issues are detected automatically by the positioning system and reported via LocationIssueListener.
  • Multiple issues may be active simultaneously (e.g., both quality degradation and connectivity problems).
  • Issues clear automatically when underlying conditions improve (no manual dismissal needed).

Values

hdgnssDeviceNotSupported → const LocationIssueType

Device hardware does not support HD GNSS positioning capabilities.

hdgnssOsVersionNotSupported → const LocationIssueType

Operating system version is below minimum required for HD GNSS (Android 12+).

hdgnssConnectionNotAvailable → const LocationIssueType

Network connection to HD GNSS assistance server is unavailable.

hdgnssDegradedMeasurementQuality → const LocationIssueType

Satellite measurement quality is degraded; HD GNSS accuracy level may not be achieved.

hdgnssInsufficientMeasurementQuality → const LocationIssueType

Satellite measurement quality is insufficient to achieve HD GNSS accuracy level.

featureNotLicensed → const LocationIssueType

Requested feature requires a valid license (missing or expired).

featureNotIncluded → const LocationIssueType

Requested feature not available for the used license.

sensorPositioningNotAvailable → const LocationIssueType

Device sensors required for sensor fusion positioning are unavailable.

positionNotFound → const LocationIssueType

Unable to determine position from available positioning sources.

positionNoCellMeasurements → const LocationIssueType

No usable cellular network signal measurements available for positioning.

positionNoWlanMeasurements → const LocationIssueType

No usable Wi-Fi network signal measurements available for positioning.

positionCellScanError → const LocationIssueType

Failed to scan for cellular network signals.

positionWlanScanError → const LocationIssueType

Failed to scan for Wi-Fi network signals.

hdgnssPosExtrapolated → const LocationIssueType

Hd gnss position was calculated by extrapolation.

Properties

hashCode → int
The hash code for this object.
no setterinherited
index → int
A numeric identifier for the enumerated value.
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
toString() → String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<LocationIssueType>
A constant List of the values in this enum, in order of their declaration.