alaCarte Maps
Renderer for OpenStreetMap tiles
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
geo_object.cpp
Go to the documentation of this file.
1
23
#include "
general/geo_object.hpp
"
24
25
GeoObject::GeoObject
(
const
DataMap<CachedString, CachedString>
& tags)
26
: tags(tags)
27
{
28
}
29
30
const
DataMap<CachedString, CachedString>
&
GeoObject::getTags
()
const
31
{
32
return
tags
;
33
}
GeoObject::getTags
TESTABLE const DataMap< CachedString, CachedString > & getTags() const
Returns a map with key-to-tag-mapping for osm-tags.
Definition:
geo_object.cpp:30
GeoObject::GeoObject
GeoObject()=default
geo_object.hpp
GeoObject::tags
DataMap< CachedString, CachedString > tags
Definition:
geo_object.hpp:53
DataMap< CachedString, CachedString >
src
general
geo_object.cpp
Generated on Thu May 24 2018 16:14:00 for alaCarte Maps by
1.8.11