alaCarte Maps
Renderer for OpenStreetMap tiles
geo_object.cpp
Go to the documentation of this file.
1 
23 #include "general/geo_object.hpp"
24 
26  : tags(tags)
27 {
28 }
29 
31 {
32  return tags;
33 }
TESTABLE const DataMap< CachedString, CachedString > & getTags() const
Returns a map with key-to-tag-mapping for osm-tags.
Definition: geo_object.cpp:30
GeoObject()=default
DataMap< CachedString, CachedString > tags
Definition: geo_object.hpp:53