PublicTransportPlatform
Information about the stop platform - a place where you can board the public transport, which is displayed on the map. A public transport stop (PublicTransportStop) consists of one or more stop platforms.
PublicTransportPlatform(
id: DgisObjectId,
stationId: DgisObjectId,
name: String,
description: String?,
transitions: List<PublicTransportPlatformTransition>,
position: GeoPoint?
)
Information about the stop platform - a place where you can board the public transport, which is displayed on the map. A public transport stop (PublicTransportStop) consists of one or more stop platforms.
Parameters
id
stationId
name
description
transitions
position
Returns
Properties
Identifier of the stop platform.
Identifier of the stop to which the platform belongs. For example, the bus stop or subway station where the platform is located.
Stop name.
Short description of the location of the stop platform.
Information about other public transport routes that you can transfer to at the stop platform.
Geoposition.