TrafficBroadcastParameters constructor

TrafficBroadcastParameters(
  1. TMCServiceInterface tmcService,
  2. Location location
)

Creates a new instance.

  • tmcService Contains all outgoing dependencies to the client side.
  • location Current location to determine the country code and LTNs.

Implementation

TrafficBroadcastParameters(this.tmcService, this.location);