Class GoogleMapsPlacesV1TransitAgency
Represents a transit agency.
Implements
Inherited Members
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 |