Show / Hide Table of Contents

Class TransitStop

Information about a transit stop.

Inheritance
object
TransitStop
Implements
IMessage<TransitStop>
IEquatable<TransitStop>
IDeepCloneable<TransitStop>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
In this article
Back to top Generated by DocFX