Show / Hide Table of Contents

Class TransitAgency

A transit agency that operates a transit line.

Inheritance
object
TransitAgency
Implements
IMessage<TransitAgency>
IEquatable<TransitAgency>
IDeepCloneable<TransitAgency>
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 TransitAgency : IMessage<TransitAgency>, IEquatable<TransitAgency>, IDeepCloneable<TransitAgency>, IBufferMessage, IMessage

Constructors

TransitAgency()

Declaration
public TransitAgency()

TransitAgency(TransitAgency)

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

Properties

Name

The name of this transit agency.

Declaration
public string Name { get; set; }
Property Value
Type Description
string

PhoneNumber

The transit agency's locale-specific formatted phone number.

Declaration
public string PhoneNumber { get; set; }
Property Value
Type Description
string

Uri

The transit agency's URI.

Declaration
public string Uri { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX