| 1069 | } |
| 1070 | |
| 1071 | void Framework::GetTouchRect(m2::PointD const & center, uint32_t pxRadius, m2::AnyRectD & rect) |
| 1072 | { |
| 1073 | m_currentModelView.GetTouchRect(center, static_cast<double>(pxRadius), rect); |
| 1074 | } |
| 1075 | |
| 1076 | void Framework::SetViewportListener(TViewportChangedFn const & fn) |
| 1077 | { |
no outgoing calls