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

Method GetTouchRect

libs/map/framework.cpp:1071–1074  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1069}
1070
1071void 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
1076void Framework::SetViewportListener(TViewportChangedFn const & fn)
1077{

Callers 4

GetMarkFunction · 0.45
GetDefaultTapRectMethod · 0.45
GetBookmarkTapRectMethod · 0.45

Calls

no outgoing calls

Tested by 1

GetMarkFunction · 0.36