forked from organicmaps/organicmaps
[placepage] Add kToiletsSymbol to Place Page description
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
This commit is contained in:
parent
1a565ef80e
commit
c35677e8ef
1 changed files with 4 additions and 0 deletions
|
@ -170,6 +170,10 @@ std::string Info::FormatSubtitle(bool withType) const
|
|||
// Internet.
|
||||
if (HasWifi())
|
||||
append(m_localizedWifiString);
|
||||
|
||||
// Toilets.
|
||||
if (HasToilets())
|
||||
append(kToiletsSymbol);
|
||||
|
||||
// Wheelchair
|
||||
if (GetWheelchairType() == ftraits::WheelchairAvailability::Yes)
|
||||
|
|
Loading…
Add table
Reference in a new issue