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