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

Method Clear

libs/search/geocoder.cpp:324–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322{}
323
324void Geocoder::LocalitiesCaches::Clear()
325{
326 m_countries.Clear();
327 m_states.Clear();
328 m_citiesTownsOrVillages.Clear();
329 m_villages.Clear();
330}
331
332// Geocoder::Geocoder ------------------------------------------------------------------------------
333Geocoder::Geocoder(DataSource const & dataSource, storage::CountryInfoGetter const & infoGetter,

Callers 5

SetParamsMethod · 0.45
ClearCachesMethod · 0.45
InitLayerMethod · 0.45
WithPostcodesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected