| 784 | } |
| 785 | |
| 786 | void Framework::FillApiMarkInfo(ApiMarkPoint const & api, place_page::Info & info) const |
| 787 | { |
| 788 | FillPointInfo(info, api.GetPivot()); |
| 789 | string const & name = api.GetName(); |
| 790 | if (!name.empty()) |
| 791 | info.SetCustomName(name); |
| 792 | info.SetApiId(api.GetApiID()); |
| 793 | info.SetApiUrl(GenerateApiBackUrl(api)); |
| 794 | } |
| 795 | |
| 796 | void Framework::FillSearchResultInfo(SearchMarkPoint const & smp, place_page::Info & info) const |
| 797 | { |