forked from organicmaps/organicmaps
[iOS] fixed compilation
This commit is contained in:
parent
f3fcc571d7
commit
dcad11d5c2
1 changed files with 5 additions and 0 deletions
|
@ -203,6 +203,11 @@ int Platform::MaxTilesCount() const
|
|||
return 60;
|
||||
}
|
||||
|
||||
int Platform::PreCachingDepth() const
|
||||
{
|
||||
return 2;
|
||||
}
|
||||
|
||||
int Platform::TileSize() const
|
||||
{
|
||||
return 512;
|
||||
|
|
Loading…
Add table
Reference in a new issue