#ifndef MBGL_UTIL_GET_GEOMETRIES #define MBGL_UTIL_GET_GEOMETRIES #include namespace mbgl { GeometryCollection getGeometries(const GeometryTileFeature& feature); } // namespace mbgl #endif