Google Cloud Vision v1 API - Class LatLongRect (3.6.0)

public sealed class LatLongRect : IMessage<LatLongRect>, IEquatable<LatLongRect>, IDeepCloneable<LatLongRect>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Vision v1 API class LatLongRect.

Rectangle determined by min and max LatLng pairs.

Inheritance

object > LatLongRect

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

LatLongRect()

public LatLongRect()

LatLongRect(LatLongRect)

public LatLongRect(LatLongRect other)
Parameter
NameDescription
otherLatLongRect

Properties

MaxLatLng

public LatLng MaxLatLng { get; set; }

Max lat/long pair.

Property Value
TypeDescription
LatLng

MinLatLng

public LatLng MinLatLng { get; set; }

Min lat/long pair.

Property Value
TypeDescription
LatLng