setMapMatcher abstract method

void setMapMatcher(
  1. MapMatcher? mapMatcher
)

Sets the MapMatcher for exclusive use by LocationManager.

Threading: This method is asynchronous and performs the switch in an internal thread of LocationManager. Note: After calling this method, the MapMatcher is owned and used exclusively by LocationManager in its internal processing thread. Do not use or access the MapMatcher elsewhere while it is set.

Implementation

void setMapMatcher(MapMatcher? mapMatcher);