| 552 | } |
| 553 | |
| 554 | void DrawWidget::SubmitRulerPoint(m2::PointD const & pt) |
| 555 | { |
| 556 | m_ruler.AddPoint(P2G(pt)); |
| 557 | m_ruler.DrawLine(m_framework.GetDrapeApi()); |
| 558 | } |
| 559 | |
| 560 | void DrawWidget::SubmitRoutingPoint(m2::PointD const & pt, bool pointIsMercator) |
| 561 | { |