summaryrefslogtreecommitdiff
path: root/src/mbgl/util/get_geometries.hpp
blob: 32dd3895078688eaa091ac46dba03339210be88d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef MBGL_UTIL_GET_GEOMETRIES
#define MBGL_UTIL_GET_GEOMETRIES

#include <mbgl/map/geometry_tile.hpp>

namespace mbgl {

GeometryCollection getGeometries(const GeometryTileFeature& feature);

} // namespace mbgl

#endif