SpatialIndex<T> constructor

SpatialIndex<T>({
  1. double cellSize = 0.1,
})

Implementation

SpatialIndex({this.cellSize = 0.1});