addLocationStatusListener abstract method
- 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.
listenerThe listener.
Implementation
void addLocationStatusListener(LocationStatusListener listener);