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

Function ExpandRectForPreview

libs/map/bookmark_helpers.cpp:769–775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

767}
768
769void ExpandRectForPreview(m2::RectD & rect)
770{
771 if (!rect.IsValid())
772 return;
773
774 rect.Scale(df::kBoundingBoxScale);
775}

Callers 2

ShowTrackMethod · 0.85
ShowBookmarkCategoryMethod · 0.85

Calls 2

IsValidMethod · 0.45
ScaleMethod · 0.45

Tested by

no test coverage detected