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

Method ShowSearchResult

libs/map/framework.cpp:1393–1398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1391}
1392
1393void Framework::ShowSearchResult(search::Result const & res, bool animation)
1394{
1395 GetSearchAPI().CancelAllSearches();
1396 StopLocationFollow();
1397 SelectSearchResult(res, animation);
1398}
1399
1400void Framework::UpdateViewport(search::Results const & results)
1401{

Calls 1

CancelAllSearchesMethod · 0.80

Tested by

no test coverage detected