#pragma once #include "base/geo_object_id.hpp" #include #include namespace generator { using PopularityIndex = uint8_t; using PopularPlaces = std::unordered_map; void LoadPopularPlaces(std::string const & srcFilename, PopularPlaces & places); bool BuildPopularPlacesMwmSection(std::string const & srcFilename, std::string const & mwmFile, std::string const & osmToFeatureFilename); } // namespace generator