forked from organicmaps/organicmaps
[new downloader] Added getter for country local name.
This commit is contained in:
parent
c46a302336
commit
1001db84af
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue