public interface TmcLocationDispositions
This is an experimental API. It may be removed or changed from one version to the next.

A TMC (Traffic Message Channel) location disposition.

The location disposition indicates the TMC direction (positive or negative) and section type (internal or external) of a TrafficMessageChannelCode.

  • Field Details

    • NEGATIVE_EXTERNAL

      static final TmcLocationDisposition NEGATIVE_EXTERNAL
      The negative external section of a TMC (Traffic Message Channel) code.
    • NEGATIVE_INTERNAL

      static final TmcLocationDisposition NEGATIVE_INTERNAL
      The negative internal section of a TMC (Traffic Message Channel) code.
    • POSITIVE_EXTERNAL

      static final TmcLocationDisposition POSITIVE_EXTERNAL
      The positive external section of a TMC (Traffic Message Channel) code.
    • POSITIVE_INTERNAL

      static final TmcLocationDisposition POSITIVE_INTERNAL
      The positive internal section of a TMC (Traffic Message Channel) code.