forked from organicmaps/organicmaps
Added comments
This commit is contained in:
parent
4f5d8005c9
commit
eddd68d508
1 changed files with 2 additions and 0 deletions
|
@ -112,7 +112,9 @@ namespace storage
|
|||
/// @return Country file name without extension.
|
||||
string const & CountryFileName(TIndex const & index) const;
|
||||
LocalAndRemoteSizeT CountrySizeInBytes(TIndex const & index) const;
|
||||
/// Fast version, doesn't check if country is out of date
|
||||
TStatus CountryStatus(TIndex const & index) const;
|
||||
/// Slow version, but checks if country is out of date
|
||||
TStatus CountryStatusEx(TIndex const & index) const;
|
||||
//m2::RectD CountryBounds(TIndex const & index) const;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue