![]() |
Cesium for Unity 1.23.0
|
Represents a LineString in a GeoJSON document. More...
Properties | |
| double3[] | points [get, set] |
| Gets the points in longitude, latitude, height that make up this line string. | |
Represents a LineString in a GeoJSON document.
A LineString is a sequence of two or more positions forming a line. Each point is a double3 containing longitude, latitude, and optional height (LLH) coordinates.
Definition at line 14 of file CesiumGeoJsonLineString.cs.
|
getset |
Gets the points in longitude, latitude, height that make up this line string.
Definition at line 19 of file CesiumGeoJsonLineString.cs.