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

Method InitTransliteration

libs/map/framework.cpp:1286–1292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1284}
1285
1286void Framework::InitTransliteration()
1287{
1288 InitTransliterationInstanceWithDefaultDirs();
1289
1290 if (!LoadTransliteration())
1291 Transliteration::Instance().SetMode(Transliteration::Mode::Disabled);
1292}
1293
1294string Framework::GetCountryName(m2::PointD const & pt) const
1295{

Callers

nothing calls this directly

Calls 2

SetModeMethod · 0.45

Tested by

no test coverage detected