TrafficBroadcastParameters
public struct TrafficBroadcastParameters
Represents the parameters needed to request the traffic broadcast.
-
Contains all outgoing dependencies to the client side.
Declaration
Swift
public var tmcService: TMCServiceInterface -
Current location to determine the country code and LTNs.
Declaration
Swift
public var location: Location -
Creates a new instance.
Declaration
Swift
public init(tmcService: TMCServiceInterface, location: Location)