PublicTransportDirectoryRouteInfo
Information about public transport route.
PublicTransportDirectoryRouteInfo(
id: DgisObjectId,
name: String,
color: Int?,
fromToStationNames: PublicTransportDirectoryRouteDirectionNamesInfo?,
directions: List<PublicTransportRouteDirection>
)
Information about public transport route.
Parameters
id
name
color
fromToStationNames
directions
Returns
Properties
Route identifier.
Route name.
Route color coding.
Names of the start and the end stops of the route.
Route directions.