| 32 | } |
| 33 | |
| 34 | void SearchTestBase::SetViewport(ms::LatLon const & ll, double radiusM) |
| 35 | { |
| 36 | SetViewport(mercator::MetersToXY(ll.m_lon, ll.m_lat, radiusM)); |
| 37 | } |
| 38 | |
| 39 | bool SearchTestBase::CategoryMatch(std::string const & query, Rules const & rules, string const & locale /* = "en" */) |
| 40 | { |
nothing calls this directly
no test coverage detected