Show / Hide Table of Contents

Class LocationInfo

A location with any additional identifiers.

Inheritance
object
LocationInfo
Implements
IMessage<LocationInfo>
IEquatable<LocationInfo>
IDeepCloneable<LocationInfo>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
In this article
Back to top Generated by DocFX