Cesium for Unity 1.23.0
Loading...
Searching...
No Matches
CesiumGeoJsonObjectType.cs File Reference

Go to the source code of this file.

Namespaces

namespace  CesiumForUnity
 

Enumerations

enum  CesiumForUnity.CesiumGeoJsonObjectType {
  CesiumForUnity.Point = 0 , CesiumForUnity.MultiPoint = 1 , CesiumForUnity.LineString = 2 , CesiumForUnity.MultiLineString = 3 ,
  CesiumForUnity.Polygon = 4 , CesiumForUnity.MultiPolygon = 5 , CesiumForUnity.GeometryCollection = 6 , CesiumForUnity.Feature = 7 ,
  CesiumForUnity.FeatureCollection = 8
}
 The type of a GeoJSON object. More...