Class ExtendedTMCLocationReference

java.lang.Object
com.here.platform.location.tpeg2.etl.ExtendedTMCLocationReference
All Implemented Interfaces:
Method, Serializable, scala.Equals, scala.Product, scala.Serializable

public class ExtendedTMCLocationReference extends Object implements Method, scala.Product, scala.Serializable
Container for an extended TMC location reference.

The use of tmcLocation and tmcExitEntryLocation is mutually exclusive. Note that the location library reference resolvers and creators do not support tmcExitEntryLocation.

param: specVersionID The version of the extended TMC specification used to create this reference.

The String representation has to match the following format {major}.{minor}, where major and minor are numbers between 0 and 15 as the binary representation uses a byte for this field. param: tmcLocation TMC location reference param: tmcExitEntryLocation Extension to TMC-Location to address entries and/or exits of a given point location. Not supported by the location library reference resolvers and creators.

See Also: