Searched defs:vt_feature (Results 1 – 1 of 1) sorted by relevance
137 struct vt_feature { struct138 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