removeMatchedLocationListener abstract method

void removeMatchedLocationListener(
  1. MatchedLocationListener matchedLocationListener
)

Removes the MatchedLocationListener from the subscribtion list.

  • matchedLocationListener Listener to be removed from the map matched location updates.

Implementation

void removeMatchedLocationListener(MatchedLocationListener matchedLocationListener);