#pragma once #include "indexer/feature_data.hpp" struct XMLElement; namespace ftype { /// Get the types, name and layer for feature with the tree of tags. void GetNameAndType(XMLElement * p, FeatureParams & params); /// @return 'boundary-administrative' type. uint32_t GetBoundaryType2(); /// Check that final types set for feature is valid. bool IsValidTypes(FeatureParams const & params); }