pub type ClusteredIntersections = GeomWithData<Rectangle<(f32, f32)>, ClusteredGeometry>;
Aliased Type§
pub struct ClusteredIntersections {
pub data: ClusteredGeometry,
/* private fields */
}
Fields§
§data: ClusteredGeometry
Data to be associated with the geometry being stored in the RTree
.