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

Method SetCompassInfo

libs/drape_frontend/drape_engine.cpp:464–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462}
463
464void DrapeEngine::SetCompassInfo(location::CompassInfo const & info)
465{
466 m_threadCommutator->PostMessage(ThreadsCommutator::RenderThread, make_unique_dp<CompassInfoMessage>(info),
467 MessagePriority::Normal);
468}
469
470void DrapeEngine::SetGpsInfo(location::GpsInfo const & info, bool isNavigable, double distToNextTurn, double speedLimit,
471 location::RouteMatchingInfo const & routeInfo)

Callers 1

OnCompassUpdateMethod · 0.80

Calls 1

PostMessageMethod · 0.45

Tested by

no test coverage detected