GeoJsonObjectType Enumeration | 
 
            Represents the type of a GeoJson object.
            
 
    Namespace: 
   MongoDB.Driver.GeoJsonObjectModel
    Assembly:
   MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntaxpublic enum GeoJsonObjectType
Public Enumeration GeoJsonObjectType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Feature | 0 | 
            A Feature.
             | 
 | FeatureCollection | 1 | 
            A FeatureCollection.
             | 
 | GeometryCollection | 2 | 
            A GeometryCollection.
             | 
 | LineString | 3 | 
            A LineString.
             | 
 | MultiLineString | 4 | 
            A MultiLineString.
             | 
 | MultiPoint | 5 | 
            A MultiPoint.
             | 
 | MultiPolygon | 6 | 
            A MultiPolygon.
             | 
 | Point | 7 | 
            A Point.
             | 
 | Polygon | 8 | 
            A Polygon.
             | 
See Also