LineString
Message Summary
message LineString
A line string, sometimes referred to as a polyline. Consists of two or more points where each consecutive pair of points is linked with a straight line.
Include: geometry.proto
Properties
Field | Type | Label | Description | |
---|---|---|---|---|
point | Point | repeated | The points that make up the line string. Required. |