Show / Hide Table of Contents

Class GoogleMapsPlacesV1TransitAgency

Represents a transit agency.

Inheritance
object
GoogleMapsPlacesV1TransitAgency
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MapsPlaces.v1.Data
Assembly: Google.Apis.MapsPlaces.v1.dll
Syntax
public class GoogleMapsPlacesV1TransitAgency : IDirectResponseSchema

Properties

DisplayName

Agency name (e.g. "VTA") in the requested language.

Declaration
[JsonProperty("displayName")]
public virtual GoogleTypeLocalizedText DisplayName { get; set; }
Property Value
Type Description
GoogleTypeLocalizedText

ETag

The ETag of the item.

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

FareUrl

The URL of the agency's fare details page.

Declaration
[JsonProperty("fareUrl")]
public virtual string FareUrl { get; set; }
Property Value
Type Description
string

Icon

Icon identifier for localized branded icon of a transit system (e.g. London Underground) which should be used instead of TransitLine.vehicle_icon in the UI.

Declaration
[JsonProperty("icon")]
public virtual GoogleMapsPlacesV1TransitIcon Icon { get; set; }
Property Value
Type Description
GoogleMapsPlacesV1TransitIcon

Lines

The transit lines that are served by this agency.

Declaration
[JsonProperty("lines")]
public virtual IList<GoogleMapsPlacesV1TransitLine> Lines { get; set; }
Property Value
Type Description
IList<GoogleMapsPlacesV1TransitLine>

Url

The URL of the agency's homepage.

Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX