Class GeoJsonBoundingBox<TCoordinates>
- Namespace
 - MongoDB.Driver.GeoJsonObjectModel
 
- Assembly
 - MongoDB.Driver.dll
 
Represents a GeoJson bounding box.
[BsonSerializer(typeof(GeoJsonBoundingBoxSerializer<>))]
public class GeoJsonBoundingBox<TCoordinates> where TCoordinates : GeoJsonCoordinates
  Type Parameters
TCoordinatesThe type of the coordinates.
- Inheritance
 - 
      
      GeoJsonBoundingBox<TCoordinates>
 
- Inherited Members
 
Constructors
- GeoJsonBoundingBox(TCoordinates, TCoordinates)
 Initializes a new instance of the GeoJsonBoundingBox<TCoordinates> class.
Properties
- Max
 Gets the max.
- Min
 Gets the min.