Constructor GeoWithinBox
GeoWithinBox(GeoJsonPoint<TCoordinates>, GeoJsonPoint<TCoordinates>)
Initializes a new instance of the GeoWithinBox<TCoordinates> class.
public GeoWithinBox(GeoJsonPoint<TCoordinates> bottomLeft, GeoJsonPoint<TCoordinates> topRight)
Parameters
bottomLeft
GeoJsonPoint<TCoordinates>The bottom left GeoJSON point.
topRight
GeoJsonPoint<TCoordinates>The top right GeoJSON point.