ru.dgis.sdk.routing.PublicBriefRouteTransportInfo | Android SDK | 2GIS Documentation

PublicBriefRouteTransportInfo

Description of the public transport vehicle.

PublicBriefRouteTransportInfo(
	type: PublicTransportType = PublicTransportType.BUS,
	names: List<String>,
	color: Int?,
	routeLogo: String
)

Description of the public transport vehicle.

Parameters
type
names
color
routeLogo
Returns
Properties

Public transport type.

Names of public transport routes on which travel takes place.

ARGB representation of the color associated with this type of public transport, for example, the color of a subway line. If there is no color information, the field is null.

Identifier of the icon for route stops. Empty string if information is not available. Technical field.