Cloud Optimization v1 API - Class Location (2.5.0)

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

Reference documentation and code samples for the Cloud Optimization v1 API class Location.

Encapsulates a location (a geographic point, and an optional heading).

Inheritance

object > Location

Namespace

Google.Cloud.Optimization.V1

Assembly

Google.Cloud.Optimization.V1.dll

Constructors

Location()

public Location()

Location(Location)

public Location(Location other)
Parameter
NameDescription
otherLocation

Properties

HasHeading

public bool HasHeading { get; }

Gets whether the "heading" field is set

Property Value
TypeDescription
bool

Heading

public int Heading { get; set; }

The compass heading associated with the direction of the flow of traffic. This value is used to specify the side of the road to use for pickup and drop-off. Heading values can be from 0 to 360, where 0 specifies a heading of due North, 90 specifies a heading of due East, etc.

Property Value
TypeDescription
int

LatLng

public LatLng LatLng { get; set; }

The waypoint's geographic coordinates.

Property Value
TypeDescription
LatLng