| 794 | } |
| 795 | |
| 796 | void Framework::FillSearchResultInfo(SearchMarkPoint const & smp, place_page::Info & info) const |
| 797 | { |
| 798 | if (smp.GetFeatureID().IsValid()) |
| 799 | FillFeatureInfo(smp.GetFeatureID(), info); |
| 800 | else |
| 801 | FillPointInfo(info, smp.GetPivot(), smp.GetMatchedName()); |
| 802 | } |
| 803 | |
| 804 | void Framework::FillMyPositionInfo(place_page::Info & info, place_page::BuildInfo const & buildInfo) const |
| 805 | { |
nothing calls this directly
no test coverage detected