Description
The LineStrip
type represents a line strip in 2D WGS84 Lat/Long space. LineStrips
can't have fewer than 2 points. LineStrips
can't have duplicate points.
Attributes
Attribute | Type | Description |
---|---|---|
points | LatLng | List of points on the line. |
Proto Definition
message LineStrip {
repeated LatLng points = 1;
}