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