Show / Hide Table of Contents

Class Waypoint

Describes intermediate points along a route for a VehicleMatch in a SearchVehiclesResponse. This concept is represented as a TripWaypoint in all other endpoints.

Inheritance
object
Waypoint
Implements
IMessage<Waypoint>
IEquatable<Waypoint>
IDeepCloneable<Waypoint>
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 Waypoint : IMessage<Waypoint>, IEquatable<Waypoint>, IDeepCloneable<Waypoint>, IBufferMessage, IMessage

Constructors

Waypoint()

Declaration
public Waypoint()

Waypoint(Waypoint)

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

Properties

Eta

The estimated time that the vehicle will arrive at this waypoint.

Declaration
public Timestamp Eta { get; set; }
Property Value
Type Description
Timestamp

LatLng

The location of this waypoint.

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