Rectangle
fun CoordinateSpace<Gmc>.Rectangle(center: Gmc, height: Distance, width: Distance, ellipsoid: GeoEllipsoid = GeoEllipsoid.WGS84): Rectangle<Gmc>
A quasi-square section. Note that latitudinal distance could be imprecise for large distances
fun CoordinateSpace<Gmc>.Rectangle(center: GeodeticMapCoordinates, height: Angle, width: Angle): Rectangle<Gmc>
A quasi-square section.