Interface IGeoDistanceQuery
Assembly: OpenSearch.Client.dll
Syntax
public interface IGeoDistanceQuery : IFieldNameQuery, IQuery
Properties
|
Edit this page
View Source
Distance
Declaration
Distance Distance { get; set; }
Property Value
|
Edit this page
View Source
DistanceType
Declaration
GeoDistanceType? DistanceType { get; set; }
Property Value
|
Edit this page
View Source
Location
Declaration
GeoLocation Location { get; set; }
Property Value
|
Edit this page
View Source
ValidationMethod
Declaration
GeoValidationMethod? ValidationMethod { get; set; }
Property Value
Extension Methods