georust / geo

Geospatial primitives and algorithms for Rust
https://crates.io/crates/geo
Other
1.48k stars 191 forks source link

MultiPoint::len #1099

Closed kylecarow closed 7 months ago

kylecarow commented 8 months ago

Nice crate! I'm enjoying testing it out.

My small feature request would be to add a direct .len() method to MultiPoint and similar types.

Seems like it could just retrieve self.0.len()