Class GeoWithinGeometry<TCoordinates>
Object that specifies the GeoJson geometry to search within.
public sealed class GeoWithinGeometry<TCoordinates> : GeoWithinArea<TCoordinates> where TCoordinates : GeoJsonCoordinates
  Type Parameters
TCoordinatesThe type of the coordinates.
- Inheritance
 - 
      
      GeoWithinArea<TCoordinates>GeoWithinGeometry<TCoordinates>
 
- Inherited Members
 
Constructors
- GeoWithinGeometry(GeoJsonGeometry<TCoordinates>)
 Initializes a new instance of the GeoWithinBox<TCoordinates> class.
Properties
- Geometry
 Gets the GeoJson geometry.