Cesium for Unity 1.23.0
Loading...
Searching...
No Matches
CesiumGeoJsonPolygon.cs
Go to the documentation of this file.
1using System;
2
3namespace CesiumForUnity
4{
12 public class CesiumGeoJsonPolygon
13 {
21 public CesiumGeoJsonLineString[] rings { get; internal set; }
22
26 internal CesiumGeoJsonPolygon()
27 {
29 }
30 }
31}
Represents a LineString in a GeoJSON document.
Represents a Polygon in a GeoJSON document.
CesiumGeoJsonLineString[] rings
Gets the rings of this polygon as an array of line strings.