MCPcopy Create free account
hub / github.com/comaps/comaps / GetMetadata

Method GetMetadata

libs/indexer/map_object.cpp:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189std::string_view MapObject::GetMetadata(MetadataID type) const
190{
191 return m_metadata.Get(type);
192}
193
194std::string_view MapObject::GetOpeningHours() const
195{

Callers 1

SetFromFeatureTypeMethod · 0.45

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected