Table of Contents

Constructor GeoWithinGeometry

Namespace
MongoDB.Driver.Search
Assembly
MongoDB.Driver.dll

GeoWithinGeometry(GeoJsonGeometry<TCoordinates>)

Initializes a new instance of the GeoWithinBox<TCoordinates> class.

public GeoWithinGeometry(GeoJsonGeometry<TCoordinates> geometry)

Parameters

geometry GeoJsonGeometry<TCoordinates>

GeoJSON object specifying the MultiPolygon or Polygon.