Stop interface

The stop's basic info

Properties

mainAgencyId

The Id of the transit agency of most lines stopping at this stop. For example '5872'.

mainAgencyName

The name of the agency of most lines stopping at this stop, for example, 'Metro Transit'.

mainTransitType

The transit type of most lines stopping at this stop. One of Tram, Subway, Rail, Bus, Ferry, CableCar, Gondola, Funicular

position

The Stop's location, latitude and longitude.

stopCode

The stop code displayed at the physical stop. Returned if available.

stopId

The unique Azure Maps identifier for the respective public transit stop. When referring stops overtime, it is suggested to use stopId that will not change if the physical stop exists.

stopKey

The GTFS stop Id. GTFS stop Ids are provided by the transit authority and subject to change.

stopName

The name of the stop.

Property Details

mainAgencyId

The Id of the transit agency of most lines stopping at this stop. For example '5872'.

mainAgencyId?: string

Property Value

string

mainAgencyName

The name of the agency of most lines stopping at this stop, for example, 'Metro Transit'.

mainAgencyName?: string

Property Value

string

mainTransitType

The transit type of most lines stopping at this stop. One of Tram, Subway, Rail, Bus, Ferry, CableCar, Gondola, Funicular

mainTransitType?: string

Property Value

string

position

The Stop's location, latitude and longitude.

position?: Coordinate

Property Value

stopCode

The stop code displayed at the physical stop. Returned if available.

stopCode?: string

Property Value

string

stopId

The unique Azure Maps identifier for the respective public transit stop. When referring stops overtime, it is suggested to use stopId that will not change if the physical stop exists.

stopId?: string

Property Value

string

stopKey

The GTFS stop Id. GTFS stop Ids are provided by the transit authority and subject to change.

stopKey?: string

Property Value

string

stopName

The name of the stop.

stopName?: string

Property Value

string