Class GeoDistanceQuery.ReadOnly
Inheritance
GeoDistanceQuery.ReadOnly
Assembly: Couchbase.NetClient.dll
Syntax
public record GeoDistanceQuery.ReadOnly : IEquatable<GeoDistanceQuery.ReadOnly>
Constructors
|
Edit this page
View Source
ReadOnly(double?, double?, string, string)
Declaration
public ReadOnly(double? Longitude, double? Latitude, string Distance, string Field)
Parameters
Properties
|
Edit this page
View Source
Distance
Declaration
public string Distance { get; init; }
Property Value
|
Edit this page
View Source
Field
Declaration
public string Field { get; init; }
Property Value
|
Edit this page
View Source
Latitude
Declaration
public double? Latitude { get; init; }
Property Value
|
Edit this page
View Source
Longitude
Declaration
public double? Longitude { get; init; }
Property Value
Implements