dispose method

void dispose()

Implementation

void dispose() {
  this.poiMatchingCache.clear();
  this.openWayMatchingCache.clear();
  this.closedWayMatchingCache.clear();
}