Type Alias geo::geometry::Coordinate

source ·
pub type Coordinate<T = f64> = Coord<T>;
👎Deprecated: Renamed to geo_types::Coord (or geo::Coord)

Aliased Type§

struct Coordinate<T = f64> {
    pub x: T,
    pub y: T,
}

Fields§

§x: T§y: T