Trait h3ron::ToCoordinate[][src]

pub trait ToCoordinate {
    fn to_coordinate(&self) -> Coordinate<f64>;
}

Required methods

Loading content...

Implementors

impl ToCoordinate for Index[src]

fn to_coordinate(&self) -> Coordinate<f64>[src]

the centroid coordinate of the h3 index

Loading content...