PublicTransportDirectoryRouteInfo
Information about public transport route.
public init(
id: DgisObjectId,
name: String,
color: UInt32?,
fromToStationNames: PublicTransportDirectoryRouteDirectionNamesInfo?,
directions: [PublicTransportRouteDirection]
)
Parameters
id
name
color
fromToStationNames
directions
Properties
Route identifier.
Route name.
Route color coding.
Names of the start and the end stops of the route.
Route directions.