'Declaration Public Enum GeoJsonObjectType Inherits System.Enum
public enum GeoJsonObjectType : System.Enum
'Declaration Public Enum GeoJsonObjectType Inherits System.Enum
public enum GeoJsonObjectType : System.Enum
| Member | Description | 
|---|---|
| Feature | The GeoJSON Feature object. | 
| FeatureCollection | The GeoJSON FeatureCollection object. | 
| GeometryCollection | The GeoJSON GeometryCollection geometry object. | 
| LineString | The GeoJSON LineString geometry object. | 
| MultiLineString | The GeoJSON MultiLineString geometry object. | 
| MultiPoint | The GeoJSON MultiPoint geometry object. | 
| MultiPolygon | The GeoJSON MultiPolygon geometry object. | 
| Point | The GeooJSON Point geometry object. | 
| Polygon | The GeoJSON Polygon geometry object. | 
System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1Maps.GeoJson.GeoJsonObjectType