TMCServiceRequest constructor
- int countryCode,
- List<
int> preferredSids, - List<
int> supportedLtns
Creates a new instance.
countryCodeRefers to a country in RDS-TMC format.preferredSidsList of preferred SIDs (up to 8).supportedLtnsList of supported LTNs (up to 8).
Implementation
TMCServiceRequest(this.countryCode, this.preferredSids, this.supportedLtns);