Trait h3ron::ToH3Indexes[][src]

pub trait ToH3Indexes {
    fn to_h3_indexes(&self, h3_resolution: u8) -> Result<Vec<H3Cell>, Error>;
}
Expand description

convert to indexes at the given resolution

The output vec may contain duplicate indexes in case of overlapping input geometries.

Required methods

Implementations on Foreign Types

Implementors