Class FieldGeoPoint
The field used to store a geo point
Inheritance
FieldGeoPoint
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class FieldGeoPoint : FieldBase
Properties
Value to prioritize search results. Set to 1 by default. Ignored if SimpleSearch not set to true.
Declaration
[JsonProperty("boost", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public double Boost { get; set; }
Property Value
Methods
Declaration
public static FieldGeoPoint FromJson(string data)
Parameters
Returns