Class TMCServiceRequest

java.lang.Object
com.here.sdk.trafficbroadcast.TMCServiceRequest

public final class TMCServiceRequest extends Object

Represents the parameters used to request the traffic broadcast.

  • Field Details

    • countryCode

      public short countryCode

      Refers to a country in RDS-TMC format.

    • preferredSids

      @NonNull public List<Short> preferredSids

      List of preferred SIDs (up to 8).

    • supportedLtns

      @NonNull public List<Short> 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).