addLocationIssueListener abstract method

void addLocationIssueListener(
  1. LocationIssueListener listener
)

Adds a LocationIssueListener to the engine to get notified when a location issue has occurred.

Supports more than one listener, instance is added only once.

  • listener The listener.

Implementation

void addLocationIssueListener(LocationIssueListener listener);