Segment
Types
Link copied to clipboard
data class BezierCurve(val cp1: MapPoint, val cp2: MapPoint, val destination: MapPoint) : Path.Subpath.Segment
A cubic Bezier curve to the given destination with given control points.
Link copied to clipboard
A line to the given destination