| 679 | } |
| 680 | |
| 681 | void Framework::FillTrackInfo(Track const & track, m2::PointD const & trackPoint, place_page::Info & info) const |
| 682 | { |
| 683 | info.SetTrackId(track.GetId()); |
| 684 | info.SetBookmarkCategoryId(track.GetGroupId()); |
| 685 | info.SetBookmarkCategoryName(GetBookmarkManager().GetCategoryName(track.GetGroupId())); |
| 686 | info.SetMercator(trackPoint); |
| 687 | info.SetTitlesForTrack(track); |
| 688 | } |
| 689 | |
| 690 | search::ReverseGeocoder::Address Framework::GetAddressAtPoint(m2::PointD const & pt) const |
| 691 | { |
nothing calls this directly
no test coverage detected