Class GeoJsonObjectArgs<TCoordinates>
- Namespace
 - MongoDB.Driver.GeoJsonObjectModel
 
- Assembly
 - MongoDB.Driver.dll
 
Represents additional args provided when creating a GeoJson object.
public class GeoJsonObjectArgs<TCoordinates> where TCoordinates : GeoJsonCoordinates
  Type Parameters
TCoordinatesThe type of the coordinates.
- Inheritance
 - 
      
      GeoJsonObjectArgs<TCoordinates>
 
- Derived
 
- Inherited Members
 
Properties
- BoundingBox
 Gets or sets the bounding box.
- CoordinateReferenceSystem
 Gets or sets the coordinate reference system.
- ExtraMembers
 Gets or sets the extra members.