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

Method SetViewport

libs/search/search_tests_support/helpers.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

MetersToXYFunction · 0.85

Tested by

no test coverage detected