Expand description
§geo-clustering
Format-agnostic point clustering for geo-core coordinates.
The public API uses internal Rust domain types and does not expose GeoJSON or any external wire-format crate.
§Install
[dependencies]
geo-core = { package = "moritzbrantner-geo-core", version = "0.1.0" }
geo-clustering = { package = "moritzbrantner-geo-clustering", version = "0.1.0" }use geo_clustering::{ClusterIndex, ClusterPoint};Modules§
- surface
- Library-owned runtime surface for
geo-clustering.
Structs§
- Cluster
- Cluster returned by viewport queries.
- Cluster
Index - Format-agnostic point clustering index.
- Cluster
Options - Minimal grid clustering options.
- Cluster
Point - Point accepted by clustering indexes.
Enums§
- Cluster
Item - Point or aggregate cluster returned by viewport queries.
Type Aliases§
- Cluster
Bounds - Bounding box in
[west, south, east, north]order.