mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-19 09:23:52 +00:00
[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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user