Interface IBoundingBox
Assembly: OpenSearch.Client.dll
Syntax
public interface IBoundingBox
Properties
|
Edit this page
View Source
BottomRight
Declaration
[DataMember(Name = "bottom_right")]
GeoLocation BottomRight { get; set; }
Property Value
|
Edit this page
View Source
TopLeft
Declaration
[DataMember(Name = "top_left")]
GeoLocation TopLeft { get; set; }
Property Value
|
Edit this page
View Source
WellKnownText
Declaration
[DataMember(Name = "wkt")]
string WellKnownText { get; set; }
Property Value
Extension Methods