| 26 | std::string const kRouterTypeCachedSettings = "router_type_desktop"; |
| 27 | |
| 28 | int constexpr DefaultRouterIndex() |
| 29 | { |
| 30 | // Car router by default. |
| 31 | return static_cast<int>(routing::RouterType::Vehicle); |
| 32 | } |
| 33 | } // namespace |
| 34 | |
| 35 | // static |
no outgoing calls
no test coverage detected