geofeatures2 icon indicating copy to clipboard operation
geofeatures2 copied to clipboard

Implement `func locate(along: Double) -> Geometry`.

Open tonystone opened this issue 6 years ago • 0 comments

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

tonystone avatar Apr 09 '18 16:04 tonystone