Package-level declarations
Types
Link copied to clipboard
class RTree<T : GeoJsonObject>(initialData: List<T> = emptyList(), maxEntries: Int = 16) : Collection<T>
A high-performance R-tree-based spatial index for 2D points and rectangles.