| 26 | } |
| 27 | |
| 28 | uint32_t FeaturePlace::GetPlaceType() const |
| 29 | { |
| 30 | static uint32_t const placeType = classif().GetTypeByPath({"place"}); |
| 31 | return m_fb.GetParams().FindType(placeType, 1 /* level */); |
| 32 | } |
| 33 | |
| 34 | bool FeaturePlace::IsRealCapital() const |
| 35 | { |
no test coverage detected