| 32 | bool IsTrafficEnabled() const { return m_trafficEnabled; } |
| 33 | bool IsolinesEnabled() const { return m_isolinesEnabled; } |
| 34 | int8_t GetMapLangIndex() const { return m_mapLangIndex; } |
| 35 | CustomFeaturesContextWeakPtr GetCustomFeaturesContext() const { return m_customFeaturesContext; } |
| 36 | ref_ptr<dp::TextureManager> GetTextureManager() const; |
| 37 | ref_ptr<MetalineManager> GetMetalineManager() const; |