forked from organicmaps/organicmaps
[map] Added flats to place page subtitle.
This commit is contained in:
parent
e49ea5497f
commit
485e6d9fef
1 changed files with 5 additions and 0 deletions
|
@ -73,6 +73,11 @@ string Info::GetSubtitle() const
|
|||
// Type.
|
||||
values.push_back(GetLocalizedType());
|
||||
|
||||
// Flats.
|
||||
string const flats = GetFlats();
|
||||
if (!flats.empty())
|
||||
values.push_back(flats);
|
||||
|
||||
// Cuisines.
|
||||
for (string const & cuisine : GetLocalizedCuisines())
|
||||
values.push_back(cuisine);
|
||||
|
|
Loading…
Add table
Reference in a new issue