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

Method OnLocationUpdate

qt/draw_widget.cpp:504–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502}
503
504void DrawWidget::OnLocationUpdate(location::GpsInfo const & info)
505{
506 if (!m_emulatingLocation)
507 m_framework.OnLocationUpdate(info);
508}
509
510void DrawWidget::SetMapStyle(MapStyle mapStyle)
511{

Callers 4

mainFunction · 0.45
OnLocationUpdatedMethod · 0.45
OnLocationUpdatedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected