Class GeoSuggestContext
Inheritance
GeoSuggestContext
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class GeoSuggestContext : SuggestContextBase, IGeoSuggestContext, ISuggestContext
Properties
|
Edit this page
View Source
Precision
The precision of the geohash to encode the query geo point.
Only the first value will be serialized.
Declaration
public IEnumerable<string> Precision { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
public override string Type { get; }
Property Value
Overrides
Implements
Extension Methods