addLocationStatusListener abstract method

void addLocationStatusListener(
  1. LocationStatusListener listener
)

Adds a LocationStatusListener to the engine to get notified when there is an important status change.

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

  • listener The listener.

Implementation

void addLocationStatusListener(LocationStatusListener listener);