| 67 | } |
| 68 | |
| 69 | ReverseGeocoder::Building FromFeatureImpl(FeatureType & ft, std::string const & hn, double distMeters) |
| 70 | { |
| 71 | return {ft.GetID(), distMeters, hn, feature::GetCenter(ft)}; |
| 72 | } |
| 73 | |
| 74 | std::string const & GetHouseNumber(FeatureType & ft) |
| 75 | { |
no test coverage detected