geofeatures2
geofeatures2 copied to clipboard
Implement `func locate(along: Double) -> Geometry`.
Add to protocol Geometry
and all implementing types with the syntax:
///
/// - Returns: A derived geometry collection value that matches the specified m coordinate value.
///
func locate(along: Double) -> Geometry