onLocationIssueChanged abstract method
- List<
LocationIssueType> issues
Called when the snapshot of currently active location issues changes.
Invoked whenever the LocationEngine detects a change in the set of active issues, including when all issues clear (empty list). Replace any previously stored issue list with this snapshot.
issuesCurrent snapshot of active location issues. Empty list indicates no active issues.
Implementation
void onLocationIssueChanged(List<LocationIssueType> issues);