Show / Hide Table of Contents

Class StopLocation

The actual location where a stop (pickup/dropoff) happened.

Inheritance
object
StopLocation
Implements
IMessage<StopLocation>
IEquatable<StopLocation>
IDeepCloneable<StopLocation>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.FleetEngine.V1
Assembly: Google.Maps.FleetEngine.V1.dll
Syntax
public sealed class StopLocation : IMessage<StopLocation>, IEquatable<StopLocation>, IDeepCloneable<StopLocation>, IBufferMessage, IMessage

Constructors

StopLocation()

Declaration
public StopLocation()

StopLocation(StopLocation)

Declaration
public StopLocation(StopLocation other)
Parameters
Type Name Description
StopLocation other

Properties

Point

Required. Denotes the actual location.

Declaration
public LatLng Point { get; set; }
Property Value
Type Description
LatLng

StopTime

Input only. Deprecated. Use the timestamp field.

Declaration
[Obsolete]
public Timestamp StopTime { get; set; }
Property Value
Type Description
Timestamp

Timestamp

Indicates when the stop happened.

Declaration
public Timestamp Timestamp { get; set; }
Property Value
Type Description
Timestamp
In this article
Back to top Generated by DocFX