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