| 32 | } |
| 33 | |
| 34 | bool FeaturePlace::IsRealCapital() const |
| 35 | { |
| 36 | static uint32_t const capitalType = classif().GetTypeByPath({"place", "city", "capital", "2"}); |
| 37 | return m_fb.GetParams().IsTypeExist(capitalType); |
| 38 | } |
| 39 | |
| 40 | double GetRadiusM(ftypes::LocalityType const & type) |
| 41 | { |
no test coverage detected