| 743 | } |
| 744 | |
| 745 | void Framework::FillPostcodeInfo(string const & postcode, m2::PointD const & mercator, place_page::Info & info) const |
| 746 | { |
| 747 | info.SetCustomNames(postcode, m_stringsBundle.GetString("postal_code")); |
| 748 | info.SetMercator(mercator); |
| 749 | } |
| 750 | |
| 751 | void Framework::FillInfoFromFeatureType(FeatureType & ft, place_page::Info & info) const |
| 752 | { |
nothing calls this directly
no test coverage detected