Cesium for Unity 1.23.0
Loading...
Searching...
No Matches
CesiumGeoJsonObjectType.cs
Go to the documentation of this file.
1namespace CesiumForUnity
2{
53}
CesiumGeoJsonObjectType
The type of a GeoJSON object.
@ Feature
A Feature - a geometry with associated properties.
@ FeatureCollection
A FeatureCollection - a collection of features.
@ Point
A Point geometry - a single position.
@ LineString
A LineString geometry - a sequence of positions forming a line.
@ MultiPoint
A MultiPoint geometry - multiple positions.
@ Polygon
A Polygon geometry - a closed shape with optional holes.
@ MultiPolygon
A MultiPolygon geometry - multiple polygons.
@ MultiLineString
A MultiLineString geometry - multiple line strings.
@ GeometryCollection
A GeometryCollection - a collection of geometry objects.