| 44 | using FillStreets = function<void(MwmSet::MwmHandle && handle, m2::RectD const & rect, AppendStreet && addStreet)>; |
| 45 | |
| 46 | m2::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. |
no test coverage detected