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

Method OnLocationError

libs/map/framework.cpp:175–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175void Framework::OnLocationError(TLocationError /*error*/)
176{
177 m_trafficManager.UpdateMyPosition(TrafficManager::MyPosition());
178 if (m_drapeEngine != nullptr)
179 m_drapeEngine->LoseLocation();
180}
181
182void Framework::OnLocationUpdate(GpsInfo const & info)
183{

Callers

nothing calls this directly

Calls 3

UpdateMyPositionMethod · 0.80
MyPositionClass · 0.70
LoseLocationMethod · 0.45

Tested by

no test coverage detected