Class LocationInfo
A location with any additional identifiers.
Implements
Namespace: Google.Maps.FleetEngine.Delivery.V1
Assembly: Google.Maps.FleetEngine.Delivery.V1.dll
Syntax
public sealed class LocationInfo : IMessage<LocationInfo>, IEquatable<LocationInfo>, IDeepCloneable<LocationInfo>, IBufferMessage, IMessage
Constructors
LocationInfo()
Declaration
public LocationInfo()
LocationInfo(LocationInfo)
Declaration
public LocationInfo(LocationInfo other)
Parameters
Type | Name | Description |
---|---|---|
LocationInfo | other |
Properties
Point
The location's coordinates.
Declaration
public LatLng Point { get; set; }
Property Value
Type | Description |
---|---|
LatLng |