pub type LocalPointGrid<V = RGBA> = PointGrid<V, Vector<S2CellId, IndexPoint<V>>, KV<S2CellId, Vec<V>>>;Expand description
A Point Grid that uses locally allocated data to store the data
Aliased Typeยง
pub struct LocalPointGrid<V = RGBA> { /* private fields */ }