PublicTransportTransfer
Description of the way to get by public transport to the next transfer point.
public init(
startPointName: String,
finishPointName: String,
routeParts: [PublicRoutePart]
)
Parameters
Properties
Name of the point from which the movement starts for this section of the route.
Name of the destination point for this section of the route.
Description of the route section on public transport to get to the next transfer point.