Show / Hide Table of Contents

Class TransitStation

Represents transit-specific information for a place.

Inheritance
object
TransitStation
Implements
IMessage<TransitStation>
IEquatable<TransitStation>
IDeepCloneable<TransitStation>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.Places.V1
Assembly: Google.Maps.Places.V1.dll
Syntax
public sealed class TransitStation : IMessage<TransitStation>, IEquatable<TransitStation>, IDeepCloneable<TransitStation>, IBufferMessage, IMessage

Constructors

TransitStation()

Declaration
public TransitStation()

TransitStation(TransitStation)

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

Properties

Agencies

The transit agencies that serve this station.

Declaration
public RepeatedField<TransitAgency> Agencies { get; }
Property Value
Type Description
RepeatedField<TransitAgency>

DisplayName

The name of the station in the local language.

Declaration
public LocalizedText DisplayName { get; set; }
Property Value
Type Description
LocalizedText

Stops

Transit stops at this station.

Declaration
public RepeatedField<TransitStop> Stops { get; }
Property Value
Type Description
RepeatedField<TransitStop>
In this article
Back to top Generated by DocFX