Class GeoPolygonQuery.ReadOnly
Inheritance
GeoPolygonQuery.ReadOnly
Assembly: Couchbase.NetClient.dll
Syntax
public record GeoPolygonQuery.ReadOnly : IEquatable<GeoPolygonQuery.ReadOnly>
Constructors
|
Edit this page
View Source
ReadOnly(IReadOnlyList<Coordinate>, string)
Declaration
public ReadOnly(IReadOnlyList<Coordinate> Coordinates, string Field)
Parameters
Properties
|
Edit this page
View Source
Coordinates
Declaration
public IReadOnlyList<Coordinate> Coordinates { get; init; }
Property Value
|
Edit this page
View Source
Field
Declaration
public string Field { get; init; }
Property Value
Implements