geofeatures2
geofeatures2 copied to clipboard
Implement `func distance(other: Geometry) -> Distance`.
Add to protocol Geometry and all implementing types with the syntax:
public func distance(other: Geometry) -> Distance