Line

data class Line(val destination: MapPoint) : Path.Subpath.Segment

A line to the given destination

Constructors

Link copied to clipboard
constructor(destination: MapPoint)

Properties

Link copied to clipboard
open override val boundingPoints: List<MapPoint>
Link copied to clipboard
open override val destination: MapPoint