TMCServiceRequest (API Reference)
Package com.here.sdk.trafficbroadcast
Class TMCServiceRequest
java.lang.Object
com.here.sdk.trafficbroadcast.TMCServiceRequest
Represents the parameters used to request the traffic broadcast.
-
Field Summary
FieldsModifier and TypeFieldDescriptionshortRefers to a country in RDS-TMC format.List of preferred SIDs (up to 8).List of supported LTNs (up to 8). -
Constructor Summary
ConstructorsConstructorDescriptionTMCServiceRequest(short countryCode, List<Short> preferredSids, List<Short> supportedLtns) Creates a new instance. -
Method Summary
-
Field Details
-
countryCode
public short countryCodeRefers to a country in RDS-TMC format.
-
preferredSids
List of preferred SIDs (up to 8).
-
supportedLtns
List of supported LTNs (up to 8).
-
-
Constructor Details
-
TMCServiceRequest
public TMCServiceRequest(short countryCode, @NonNull List<Short> preferredSids, @NonNull List<Short> supportedLtns) Creates a new instance.
- Parameters:
countryCode-Refers to a country in RDS-TMC format.
preferredSids-List of preferred SIDs (up to 8).
supportedLtns-List of supported LTNs (up to 8).
-