Class LocationReferencingPropertyMaps
java.lang.Object
com.here.platform.location.referencing.javadsl.LocationReferencingPropertyMaps
Provides
PropertyMap factories for location
referencing reference data.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a map that, given aTrafficMessageChannelCode, returns the correspondingLinearLocationif available.tmcCodeToLinearLocation(TmcTableLayer tmcTableLayer)
-
Constructor Details
-
LocationReferencingPropertyMaps
-
-
Method Details
-
tmcCodeToLinearLocation
Creates a map that, given aTrafficMessageChannelCode, returns the correspondingLinearLocationif available. -
tmcCodeToLinearLocation
public static PropertyMap<TrafficMessageChannelCode,Optional<LinearLocation>> tmcCodeToLinearLocation(TmcTableLayer tmcTableLayer)
-