Packages

package navigationattributes

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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.

  2. sealed trait LaneCategory extends Product with Serializable

    Classifies a segment based on the number of lanes in each travel direction.

  3. sealed case class LocalRoad(mask: Int) extends BitMask[LocalRoad] with Product with Serializable

    Local road characteristics: Frontage, parking lot, POI access.

  4. 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.

  5. 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.

  6. sealed case class RoadUsage(mask: Int) extends BitMask[RoadUsage] with Product with Serializable

    Road usage characteristics for a vertex range.

  7. 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.

  8. 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

  9. 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.

  10. 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".

  11. 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()
  12. 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()
  13. 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

  1. object IntersectionInternalCategory extends Serializable
  2. object LaneCategory extends Serializable
  3. object LocalRoad extends Serializable
  4. object LowMobility extends Serializable
  5. object RoadDivider extends Serializable
  6. object RoadUsage extends Serializable
  7. object SpecialExplication extends SpecialExplication with Product with Serializable
  8. object SpeedCategory extends Serializable
  9. object SupplementalGeometry extends Serializable
  10. object ThroughRoute extends ThroughRoute with Product with Serializable
  11. 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()
  12. 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()
  13. object TravelDirection extends TravelDirection with Product with Serializable

Ungrouped