
GeoBoundingBoxQuery
- Namespace
- Rowles.LeanCorpus.Search.Geo
- Assembly
- Rowles.LeanCorpus.dll
Query matching documents within a geographic bounding box.
public sealed class GeoBoundingBoxQuery : Query, IEquatable<Query>
- Inheritance
-
GeoBoundingBoxQuery
- Implements
- Inherited Members
- Extension Methods
GeoBoundingBoxQuery(string, double, double, double, double)
Initialises a new GeoBoundingBoxQuery for the specified bounding box.
Field
Gets the single field this query targets, or an empty value for fieldless and multi-field queries.
MaxLat
Gets the maximum latitude of the bounding box in decimal degrees.
MaxLon
Gets the maximum longitude of the bounding box in decimal degrees.
MinLat
Gets the minimum latitude of the bounding box in decimal degrees.
MinLon
Gets the minimum longitude of the bounding box in decimal degrees.
Equals(object?)
Determines whether the specified object is equal to the current object.
GetHashCode()
Serves as the default hash function.