A polyline with specified number of points. More...
Public Member Functions | |
Polyline (this.points) | |
Default constructor. | |
Public Attributes | |
List< Point > | points |
List of points to connect. | |
A polyline with specified number of points.
Definition at line 17 of file polyline.dart.
Polyline.Polyline | ( | this. | points | ) |
Default constructor.
List<Point> Polyline.points |
List of points to connect.
Definition at line 23 of file polyline.dart.