MCPcopy Create free account
hub / github.com/comaps/comaps / FlushOverlays

Method FlushOverlays

libs/drape_frontend/engine_context.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

~RuleDrawerMethod · 0.80
DrawTileNetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected