[types] Switching recycling to new subtypes structure

Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
Co-authored-by: Yannik Bloscheck <git@yannikbloscheck.com>
Co-committed-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
Yannik Bloscheck
2026-01-17 13:26:46 +01:00
committed by x7z4w
parent 73648fa28c
commit e58b779282
137 changed files with 52 additions and 222 deletions

View File

@@ -201,16 +201,6 @@ vector<string> MapObject::GetLocalizedCuisines() const
return feature::GetLocalizedCuisines(m_types);
}
vector<string> MapObject::GetRecyclingTypes() const
{
return feature::GetRecyclingTypes(m_types);
}
vector<string> MapObject::GetLocalizedRecyclingTypes() const
{
return feature::GetLocalizedRecyclingTypes(m_types);
}
string MapObject::GetLocalizedFeeType() const
{
return feature::GetLocalizedFeeType(m_types);