Class TerminalLocation
Describes the location of a waypoint.
Implements
Namespace: Google.Maps.FleetEngine.V1
Assembly: Google.Maps.FleetEngine.V1.dll
Syntax
public sealed class TerminalLocation : IMessage<TerminalLocation>, IEquatable<TerminalLocation>, IDeepCloneable<TerminalLocation>, IBufferMessage, IMessage
Constructors
TerminalLocation()
Declaration
public TerminalLocation()
TerminalLocation(TerminalLocation)
Declaration
public TerminalLocation(TerminalLocation other)
Parameters
Type | Name | Description |
---|---|---|
TerminalLocation | other |
Properties
AccessPointId
Deprecated: Specify the point
field instead.
Declaration
[Obsolete]
public string AccessPointId { get; set; }
Property Value
Type | Description |
---|---|
string |
Point
Required. Denotes the location of a trip waypoint.
Declaration
public LatLng Point { get; set; }
Property Value
Type | Description |
---|---|
LatLng |
TerminalLocationType
Deprecated: Vehicle.waypoint
will have this data.
Declaration
[Obsolete]
public WaypointType TerminalLocationType { get; set; }
Property Value
Type | Description |
---|---|
WaypointType |
TerminalPointId
Deprecated: Specify the point
field instead.
Declaration
[Obsolete]
public TerminalPointId TerminalPointId { get; set; }
Property Value
Type | Description |
---|---|
TerminalPointId |
TripId
Deprecated.
Declaration
[Obsolete]
public string TripId { get; set; }
Property Value
Type | Description |
---|---|
string |