Class TransitStop
Information about a transit stop.
Implements
Namespace: Google.Maps.Routing.V2
Assembly: Google.Maps.Routing.V2.dll
Syntax
public sealed class TransitStop : IMessage<TransitStop>, IEquatable<TransitStop>, IDeepCloneable<TransitStop>, IBufferMessage, IMessage
Constructors
TransitStop()
Declaration
public TransitStop()
TransitStop(TransitStop)
Declaration
public TransitStop(TransitStop other)
Parameters
Type | Name | Description |
---|---|---|
TransitStop | other |
Properties
Location
The location of the stop expressed in latitude/longitude coordinates.
Declaration
public Location Location { get; set; }
Property Value
Type | Description |
---|---|
Location |
Name
The name of the transit stop.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |