PolygonalChain

constructor(points: List<P>)

Parameters

the type of position that the route is composed

points

the positions this route traverses


constructor(vararg positions: P)

Parameters

positions

the positions this route traverses