| 433 | } |
| 434 | |
| 435 | void Geocoder::ClearCaches() |
| 436 | { |
| 437 | m_pivotRectsCache.Clear(); |
| 438 | m_localityRectsCache.Clear(); |
| 439 | |
| 440 | m_matchersCache.clear(); |
| 441 | m_streetsCache.Clear(); |
| 442 | m_hotelsCache.Clear(); |
| 443 | m_postcodePointsCache.Clear(); |
| 444 | m_postcodes.Clear(); |
| 445 | } |
| 446 | |
| 447 | void Geocoder::SetParamsForCategorialSearch(Params const & params) |
| 448 | { |