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

Function GetLookupRect

libs/search/reverse_geocoder.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44using FillStreets = function<void(MwmSet::MwmHandle && handle, m2::RectD const & rect, AppendStreet && addStreet)>;
45
46m2::RectD GetLookupRect(m2::PointD const & center, double radiusM)
47{
48 return mercator::RectByCenterXYAndSizeInMeters(center, radiusM);
49}
50
51// Following methods join only non-empty arguments in order with
52// commas.

Callers 1

GetNearbyObjectsFunction · 0.85

Calls 1

Tested by

no test coverage detected