RangeBoundary

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
abstract class RangeBoundary

Boundary of the area reachable from an initial vehicle position.

Inheritors

Types

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
data class Polygon(val points: List<GeoPoint>) : RangeBoundary

A polygon defined by vertices listed in counterclockwise order.