Class GoogleMapsPlacesV1TransitStation
Represents transit-specific information for a place.
Implements
Inherited Members
Namespace: Google.Apis.MapsPlaces.v1.Data
Assembly: Google.Apis.MapsPlaces.v1.dll
Syntax
public class GoogleMapsPlacesV1TransitStation : IDirectResponseSchema
Properties
Agencies
The transit agencies that serve this station.
Declaration
[JsonProperty("agencies")]
public virtual IList<GoogleMapsPlacesV1TransitAgency> Agencies { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleMapsPlacesV1TransitAgency> |
DisplayName
The name of the station in the local 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 |
Stops
Transit stops at this station.
Declaration
[JsonProperty("stops")]
public virtual IList<GoogleMapsPlacesV1TransitStop> Stops { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleMapsPlacesV1TransitStop> |