| 445 | } |
| 446 | |
| 447 | void Geocoder::SetParamsForCategorialSearch(Params const & params) |
| 448 | { |
| 449 | m_params = params; |
| 450 | |
| 451 | m_tokenRequests.clear(); |
| 452 | m_prefixTokenRequest.Clear(); |
| 453 | |
| 454 | LOG(LDEBUG, (static_cast<QueryParams const &>(m_params))); |
| 455 | } |
| 456 | |
| 457 | Geocoder::ExtendedMwmInfos Geocoder::OrderCountries(bool inViewport, vector<MwmInfoPtr> const & infos) |
| 458 | { |