com.here.platform.location.integration.optimizedmap.navigationattributes
TrafficMessageChannelCode
Companion object TrafficMessageChannelCode
class TrafficMessageChannelCode extends AnyRef
This is an experimental API. It may be removed or changed from one version to the next.
A Traffic Message Channel (TMC) road section.
A TMC road section is specified by a country (ebuCountryCode and whenever possible an extendedCountryCode), table number, location code, direction (positive or negative), and section type (internal or external).
- Annotations
- @Experimental()
- Alphabetic
- By Inheritance
- TrafficMessageChannelCode
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new TrafficMessageChannelCode(bitPacked: Long, ecc: Byte)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def ebuCountryCode: Short
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(obj: Any): Boolean
- Definition Classes
- TrafficMessageChannelCode → AnyRef → Any
- def extendedCountryCode: Option[Short]
This is an experimental API. It may be removed or changed from one version to the next.
This is an experimental API. It may be removed or changed from one version to the next.
The extended country code is extremely experimental, and may be removed even if the rest of the TrafficMessageChannelCode remains as is.
- Annotations
- @Experimental()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hasSameTmcId(other: TrafficMessageChannelCode): Boolean
- def hasSameTmcTable(other: TrafficMessageChannelCode): Boolean
- def hashCode(): Int
- Definition Classes
- TrafficMessageChannelCode → AnyRef → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def locationCode: Int
- def locationDisposition: TmcLocationDisposition
- Annotations
- @nowarn()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tableNumber: Short
- def toString(): String
- Definition Classes
- TrafficMessageChannelCode → AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)