removeConditionsListener abstract method

void removeConditionsListener(
  1. DrivingConditionsListener conditionsListener
)

Removes the listener for route condition changes.

The class does not retain the object in the 'conditionsListener' parameter. It is your responsibility to maintain a strong reference to the target object while it is attached to a class.

Implementation

void removeConditionsListener(DrivingConditionsListener conditionsListener);