[new downloader] Added getter for country local name.

This commit is contained in:
Ilya Grechuhin 2016-02-26 12:56:06 +03:00 committed by Sergey Yershov
parent c46a302336
commit 1001db84af

View file

@ -274,6 +274,8 @@ public:
/// \param |nodeAttrs| is filled with attributes in this method.
void GetNodeAttrs(TCountryId const & countryId, NodeAttrs & nodeAttrs) const;
string GetNodeLocalName(TCountryId const & countryId) const { return m_countryNameGetter(countryId); }
/// \brief Downloads one node (expandable or not) by countryId.
/// If node is expandable downloads all children (grandchildren) by the node
/// until they havn't been downloaded before. Update all downloaded mwm if it's necessary.