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