Class GeoJsonObject<TCoordinates>
- Namespace
 - MongoDB.Driver.GeoJsonObjectModel
 
- Assembly
 - MongoDB.Driver.dll
 
Represents a GeoJson object (see subclasses).
[BsonSerializer(typeof(GeoJsonObjectSerializer<>))]
public abstract class GeoJsonObject<TCoordinates> where TCoordinates : GeoJsonCoordinates
  Type Parameters
TCoordinatesThe type of the coordinates.
- Inheritance
 - 
      
      GeoJsonObject<TCoordinates>
 
- Derived
 
- Inherited Members
 
Constructors
- GeoJsonObject(GeoJsonObjectArgs<TCoordinates>)
 Initializes a new instance of the GeoJsonObject<TCoordinates> class.
Properties
- BoundingBox
 Gets the bounding box.
- CoordinateReferenceSystem
 Gets the coordinate reference system.
- ExtraMembers
 Gets the extra members.
- Type
 Gets the type of the GeoJson object.