Class RouteMatrixOrigin
A single origin for ComputeRouteMatrixRequest
Implements
Namespace: Google.Maps.Routing.V2
Assembly: Google.Maps.Routing.V2.dll
Syntax
public sealed class RouteMatrixOrigin : IMessage<RouteMatrixOrigin>, IEquatable<RouteMatrixOrigin>, IDeepCloneable<RouteMatrixOrigin>, IBufferMessage, IMessage
Constructors
RouteMatrixOrigin()
Declaration
public RouteMatrixOrigin()
RouteMatrixOrigin(RouteMatrixOrigin)
Declaration
public RouteMatrixOrigin(RouteMatrixOrigin other)
Parameters
Type | Name | Description |
---|---|---|
RouteMatrixOrigin | other |
Properties
RouteModifiers
Optional. Modifiers for every route that takes this as the origin
Declaration
public RouteModifiers RouteModifiers { get; set; }
Property Value
Type | Description |
---|---|
RouteModifiers |
Waypoint
Required. Origin waypoint
Declaration
public Waypoint Waypoint { get; set; }
Property Value
Type | Description |
---|---|
Waypoint |