PublicTransportPlatformTransition
Information about the public transport route that you can transfer to at the stop platform.
public init(
routeId: DgisObjectId,
routeName: String,
routeType: PublicTransportRouteType,
color: UInt32?,
stationId: DgisObjectId,
stationName: String
)
Parameters
routeId
routeName
routeType
color
stationId
stationName
Properties
Route identifier.
Route name.
Route type.
Route color coding.
Stop identifier.
Stop or station name.