Skip to main content

Crate geo_clustering

Crate geo_clustering 

Source
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.
ClusterIndex
Format-agnostic point clustering index.
ClusterOptions
Minimal grid clustering options.
ClusterPoint
Point accepted by clustering indexes.

Enums§

ClusterItem
Point or aggregate cluster returned by viewport queries.

Type Aliases§

ClusterBounds
Bounding box in [west, south, east, north] order.