Segment

sealed class Segment

Inheritors

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
data class Line(val destination: MapPoint) : Path.Subpath.Segment

A line to the given destination

Properties

Link copied to clipboard
Link copied to clipboard
abstract val destination: MapPoint