| 79 | } |
| 80 | |
| 81 | AlternativeMapLanguageHandling UsedAlternativeMapLanguageHandling() |
| 82 | { |
| 83 | AlternativeMapLanguageHandling alternativeMapLanguageHandling = AlternativeMapLanguageHandling::LocalOnly; |
| 84 | UNUSED_VALUE(settings::Get(kAlternativeMapLanguageHandlingSetting, alternativeMapLanguageHandling)); |
| 85 | return alternativeMapLanguageHandling; |
| 86 | } |
| 87 | |
| 88 | bool ShouldUseTransliteration() |
| 89 | { |
no test coverage detected