RangeBoundary

abstract class RangeBoundary

Boundary of the area reachable from an initial vehicle position.

Inheritors

Types

Link copied to clipboard
data class Polygon(val points: List<GeoPoint>) : RangeBoundary

A polygon defined by vertices listed in counterclockwise order.