Enum GeoJsonObjectType
- Namespace
- MongoDB.Driver.GeoJsonObjectModel
- Assembly
- MongoDB.Driver.dll
public enum GeoJsonObjectType
Fields
Feature = 0FeatureCollection = 1GeometryCollection = 2LineString = 3MultiLineString = 4MultiPoint = 5MultiPolygon = 6Point = 7Polygon = 8