Enum h3ron_ndarray::resolution::ResolutionSearchMode [−][src]
pub enum ResolutionSearchMode {
MinDiff,
SmallerThanPixel,
}Variants
chose the h3 resolution where the difference in the area of a pixel and the h3index is as small as possible.
chose the h3 resolution where the area of the h3index is smaller than the area of a pixel.
Auto Trait Implementations
impl RefUnwindSafe for ResolutionSearchModeimpl Send for ResolutionSearchModeimpl Sync for ResolutionSearchModeimpl Unpin for ResolutionSearchModeimpl UnwindSafe for ResolutionSearchMode