| 43 | } |
| 44 | |
| 45 | void EngineContext::FlushOverlays(TMapShapes && shapes) |
| 46 | { |
| 47 | PostMessage(make_unique_dp<OverlayMapShapeReadedMessage>(m_tileKey, std::move(shapes))); |
| 48 | } |
| 49 | |
| 50 | void EngineContext::FlushTrafficGeometry(TrafficSegmentsGeometry && geometry) |
| 51 | { |
no outgoing calls
no test coverage detected