Class GeoWithinCircle<TCoordinates>
Object that specifies the center point and the radius in meters to search within.
public sealed class GeoWithinCircle<TCoordinates> : GeoWithinArea<TCoordinates> where TCoordinates : GeoJsonCoordinates
  Type Parameters
TCoordinatesThe type of the coordinates.
- Inheritance
 - 
      
      GeoWithinArea<TCoordinates>GeoWithinCircle<TCoordinates>
 
- Inherited Members
 
Constructors
- GeoWithinCircle(GeoJsonPoint<TCoordinates>, double)
 Initializes a new instance of the GeoWithinCircle<TCoordinates> class.
Properties
- Center
 Gets the center of the circle specified as a GeoJSON point.
- Radius
 Gets the radius specified in meters.