LineCoordinates constructor

LineCoordinates(
  1. List<PointCoordinates> coordinates
)

Implementation

LineCoordinates(this.coordinates);