addLocationListener abstract method
- LocationListener listener
Adds a LocationListener to the engine to get notified when there is a new location
update available.
Supports more than one listener, instance is added only once.
listenerThe listener.
Implementation
void addLocationListener(LocationListener listener);