takeMapMatcher abstract method

MapMatcher? takeMapMatcher()

Retrieves and removes the MapMatcher from LocationManager.

Note: After calling this method, LocationManager will no longer use the MapMatcher at all. the caller regains full ownership and responsibility for the MapMatcher.

Returns MapMatcher?. The MapMatcher instance previously set, or null if none was set.

Implementation

MapMatcher? takeMapMatcher();