setMapMatcher abstract method
- 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.
mapMatcherThe MapMatcher instance to be used exclusively by LocationManager.
Implementation
void setMapMatcher(MapMatcher? mapMatcher);