Google Cloud Vision v1 API - Class LocationInfo (3.4.0)

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

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

Detected entity location information.

Inheritance

object > LocationInfo

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

LocationInfo()

public LocationInfo()

LocationInfo(LocationInfo)

public LocationInfo(LocationInfo other)
Parameter
NameDescription
otherLocationInfo

Properties

LatLng

public LatLng LatLng { get; set; }

lat/long location coordinates.

Property Value
TypeDescription
LatLng