| 29 | |
| 30 | TileKey const & GetTileKey() const { return m_tileKey; } |
| 31 | bool Is3dBuildingsEnabled() const { return m_3dBuildingsEnabled; } |
| 32 | bool IsTrafficEnabled() const { return m_trafficEnabled; } |
| 33 | bool IsolinesEnabled() const { return m_isolinesEnabled; } |
| 34 | int8_t GetMapLangIndex() const { return m_mapLangIndex; } |
no outgoing calls
no test coverage detected