public sealed class LatLongRect : IMessage<LatLongRect>, IEquatable<LatLongRect>, IDeepCloneable<LatLongRect>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Vision v1 API class LatLongRect.
Rectangle determined by min and max LatLng pairs.
Implements
IMessage<LatLongRect>, IEquatable<LatLongRect>, IDeepCloneable<LatLongRect>, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
LatLongRect()
public LatLongRect()LatLongRect(LatLongRect)
public LatLongRect(LatLongRect other)| Parameter | |
|---|---|
| Name | Description |
other |
LatLongRect |
Properties
MaxLatLng
public LatLng MaxLatLng { get; set; }Max lat/long pair.
| Property Value | |
|---|---|
| Type | Description |
LatLng |
|
MinLatLng
public LatLng MinLatLng { get; set; }Min lat/long pair.
| Property Value | |
|---|---|
| Type | Description |
LatLng |
|