package navigationattributes
- Alphabetic
- Public
- All
Type Members
-
sealed
trait
IntersectionInternalCategory extends Product with Serializable
The type of intersection for a segment range.
The type of intersection for a segment range. It is used to indicate whether a driver will perceive the situation as a single intersection. May be used for manoeuvre explication and map display.
-
sealed
trait
LaneCategory extends Product with Serializable
Classifies a segment based on the number of lanes in each travel direction.
-
sealed
case class
LocalRoad(mask: Int) extends BitMask[LocalRoad] with Product with Serializable
Local road characteristics: Frontage, parking lot, POI access.
-
sealed
trait
LowMobility extends Product with Serializable
Low Mobility identifies roads where traversal requires a very low speed due to such driving conditions which prohibits high speed (e.g.
Low Mobility identifies roads where traversal requires a very low speed due to such driving conditions which prohibits high speed (e.g. Low speed roads, unpaved roads). City or municipality neighborhood roads may fit these parameters. Roads with Low Mobility can be displayed differently from other Functional Class 5 roads and low speed category roads. Low Mobility may be used in route calculation to avoid low speed roads.
-
sealed
trait
RoadDivider extends Product with Serializable
A physical structure or painted road marking intended to legally prohibit left turns in right-side driving countries, right turns in left-side driving countries, and U-turns at divided intersections or in the middle of divided segments.
-
sealed
case class
RoadUsage(mask: Int) extends BitMask[RoadUsage] with Product with Serializable
Road usage characteristics for a vertex range.
-
sealed
class
SpecialExplication extends AnyRef
Indicates a point where a road splits into two or more roads.
Indicates a point where a road splits into two or more roads. If no route guidance advice was provided, the driver may not be able to determine in which direction to continue. Special Explication can be used for map display and route guidance.
-
sealed
trait
SpeedCategory extends Product with Serializable
The general speed trend of a navigable segment based on posted or legal speed.
The general speed trend of a navigable segment based on posted or legal speed. Speed Category values can differ from the actual speed limit values in the two directions of a road, which represent the legal speed limit only
-
sealed
case class
SupplementalGeometry(mask: Int) extends BitMask[SupplementalGeometry] with Product with Serializable
Segment geometry that has specific uses beyond the standard road network and is included for special or limited use.
-
sealed
class
ThroughRoute extends AnyRef
Indicates the continuation of the main road through an intersection.
Indicates the continuation of the main road through an intersection. Through Route can be used in guidance messaging to either give no guidance when following the main road or to give specific guidance, such as "turn left to follow the main road".
-
sealed
trait
TmcLocationDisposition extends AnyRef
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.
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.
- Annotations
- @Experimental()
-
class
TrafficMessageChannelCode extends AnyRef
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.
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()
-
sealed
class
TravelDirection extends AnyRef
Marks the sections of a vertex within which vehicles are generally allowed to travel in the direction of the vertex.
Value Members
- object IntersectionInternalCategory extends Serializable
- object LaneCategory extends Serializable
- object LocalRoad extends Serializable
- object LowMobility extends Serializable
- object RoadDivider extends Serializable
- object RoadUsage extends Serializable
- object SpecialExplication extends SpecialExplication with Product with Serializable
- object SpeedCategory extends Serializable
- object SupplementalGeometry extends Serializable
- object ThroughRoute extends ThroughRoute with Product with Serializable
-
object
TmcLocationDisposition
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.
- Annotations
- @Experimental()
-
object
TrafficMessageChannelCode
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.
- Annotations
- @Experimental()
- object TravelDirection extends TravelDirection with Product with Serializable