forked from organicmaps/organicmaps
[ios] Address in PP is hidden
This commit is contained in:
parent
df069962d7
commit
9cc9148e71
1 changed files with 2 additions and 0 deletions
|
@ -722,6 +722,8 @@ typedef NS_ENUM(NSUInteger, CellRow)
|
|||
|
||||
- (NSString *)address
|
||||
{
|
||||
return @""; // because we don't use address
|
||||
|
||||
if (!_address)
|
||||
{
|
||||
std::string const & address = [self addressInfo].FormatAddress();
|
||||
|
|
Loading…
Add table
Reference in a new issue