Show / Hide Table of Contents

Class GoogleMapsPlacesV1TransitStop

Represents a transit stop within a station. This is a specific location where passengers board and alight transit vehicles, such as a platform or bus bay. This is distinct from a Departure, which is an event of a vehicle leaving a stop at a specific time.

Inheritance
object
GoogleMapsPlacesV1TransitStop
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 GoogleMapsPlacesV1TransitStop : IDirectResponseSchema

Properties

DisplayName

The name of the stop.

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

Id

The id of the transit stop that can be used to uniquely identify the stop among other transit stops in the same transit station. This identifier is not guaranteed to be stable across different responses.

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

Location

The stop's location.

Declaration
[JsonProperty("location")]
public virtual GoogleTypeLatLng Location { get; set; }
Property Value
Type Description
GoogleTypeLatLng

PlatformCode

The platform code represented by this stop. It can be formatted in any way. (eg: "2", "Platform 2", "2-4", or "1x").

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

SignageText

The verbatim text written on the signboard for this platform, e.g. "Towards Central" or "East side & Brooklyn". When platform_code is absent, this field is potentially the only identifier for the platform; however, both platform_code and signage_text may be set simultaneously.

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

StopCode

Human readable identifier of the stop, used by transit agencies to distinguish stops with the same name.

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

WheelchairAccessibleEntrance

Wheelchair accessibility of this stop. This field indicates whether there is an accessible path from outside the station to the stop. It does not indicate whether it is possible to board a vehicle from the stop.

Declaration
[JsonProperty("wheelchairAccessibleEntrance")]
public virtual bool? WheelchairAccessibleEntrance { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX