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