pub type Coordinate<T = f64> = Coord<T>;
geo_types::Coord
geo::Coord
struct Coordinate<T = f64> { pub x: T, pub y: T, }
x: T
y: T