addLocationListener abstract method

void addLocationListener(
  1. 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.

  • listener The listener.

Implementation

void addLocationListener(LocationListener listener);