removeLocationListener abstract method

void removeLocationListener(
  1. LocationListener listener
)

Removes a LocationListener from the engine.

  • listener The listener.

Implementation

void removeLocationListener(LocationListener listener);