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