Skip to main content

SpatialIndex

Type Alias SpatialIndex 

Source
pub type SpatialIndex<T> = SpatialIndexN<2, T>;
Expand description

A 2D spatial index backed by an R-tree.

Aliased Typeยง

pub struct SpatialIndex<T> { /* private fields */ }