Class GeoJsonBoundingBox

| MongoDB CSharp Driver API Reference (original) (raw)

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

TCoordinates

The type of the coordinates.

Inheritance

GeoJsonBoundingBox

Inherited Members

Constructors

GeoJsonBoundingBox(TCoordinates, TCoordinates)

Initializes a new instance of the GeoJsonBoundingBox class.

Properties

Max

Gets the max.

Min

Gets the min.