TMCPreferredSidsRequest (API Reference)
Package com.here.sdk.trafficbroadcast
Class TMCPreferredSidsRequest
java.lang.Object
com.here.sdk.trafficbroadcast.TMCPreferredSidsRequest
Represents data used to request the list of preferred SIDs.
-
Field Summary
FieldsModifier and TypeFieldDescriptionshortRefers to a country in RDS-TMC format.shortLTN to which the requested SIDs belong. -
Constructor Summary
ConstructorsConstructorDescriptionTMCPreferredSidsRequest(short countryCode, short ltn) Creates a new instance. -
Method Summary
-
Field Details
-
countryCode
public short countryCodeRefers to a country in RDS-TMC format.
-
ltn
public short ltnLTN to which the requested SIDs belong.
-
-
Constructor Details
-
TMCPreferredSidsRequest
public TMCPreferredSidsRequest(short countryCode, short ltn) Creates a new instance.
- Parameters:
countryCode-Refers to a country in RDS-TMC format.
ltn-LTN to which the requested SIDs belong.
-