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

Method NotifyGraphicsReady

libs/map/framework.cpp:1082–1086  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1080
1081#if defined(OMIM_OS_DESKTOP)
1082void Framework::NotifyGraphicsReady(TGraphicsReadyFn const & fn, bool needInvalidate)
1083{
1084 if (m_drapeEngine != nullptr)
1085 m_drapeEngine->NotifyGraphicsReady(fn, needInvalidate);
1086}
1087#endif
1088
1089void Framework::StopLocationFollow()

Callers 2

WaitPositionMethod · 0.45
WaitGraphicsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected