Home
last modified time | relevance | path

Searched defs:vt_feature (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/geojsonvt/
H A Dtypes.hpp137 struct vt_feature { struct
138 vt_geometry geometry;
139 property_map properties;
140 optional<identifier> id;
142 mapbox::geometry::box<double> bbox = { { 2, 1 }, { -1, 0 } };
143 uint32_t num_points = 0;
145 vt_feature(const vt_geometry& geom, const property_map& props, const optional<identifier>& id_) in vt_feature() argument