Cesium for Unity 1.23.0
Loading...
Searching...
No Matches
CesiumForUnity.CesiumGeoJsonLineString Class Reference

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.
 

Detailed Description

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.

Property Documentation

◆ points

double3 [] CesiumForUnity.CesiumGeoJsonLineString.points
getset

Gets the points in longitude, latitude, height that make up this line string.

Definition at line 19 of file CesiumGeoJsonLineString.cs.


The documentation for this class was generated from the following file: