| 77 | shared_ptr<EdgeEstimator> m_estimator; |
| 78 | |
| 79 | struct GraphAttrs |
| 80 | { |
| 81 | GeometryPtrT m_geometry; |
| 82 | // May be nullptr, because it has "lazy" loading. |
| 83 | GraphPtrT m_graph; |
| 84 | }; |
| 85 | std::unordered_map<NumMwmId, GraphAttrs> m_graphs; |
| 86 | |
| 87 | ankerl::unordered_dense::map<NumMwmId, SpeedCamerasMapT> m_cachedCameras; |
no outgoing calls
no test coverage detected