MCPcopy Create free account
hub / github.com/comaps/comaps / SetParamsForCategorialSearch

Method SetParamsForCategorialSearch

libs/search/geocoder.cpp:447–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445}
446
447void 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
457Geocoder::ExtendedMwmInfos Geocoder::OrderCountries(bool inViewport, vector<MwmInfoPtr> const & infos)
458{

Callers

nothing calls this directly

Calls 2

clearMethod · 0.45
ClearMethod · 0.45

Tested by

no test coverage detected