object RoadUsage extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RoadUsage
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val CarpoolRoad: RoadUsage

    Identifies a road where at some point all lanes serve as carpool lanes, where HOV vehicles only are allowed to travel.

    Identifies a road where at some point all lanes serve as carpool lanes, where HOV vehicles only are allowed to travel. It can be used to avoid routing on carpool segments and to provide explicit instructions. Carpool Road is published when all lanes are used as carpool (HOV) and can be closed to all traffic at specific times or can be open to non-HOV vehicles at specific times.

  5. val ControlledAccess: RoadUsage

    Controlled access roads are roads with limited entrances and exits that allow uninterrupted high-speed traffic flow.

    Controlled access roads are roads with limited entrances and exits that allow uninterrupted high-speed traffic flow. For example, the Interstate/Freeway network in the United States or the Motorway network in Europe. Controlled Access can be used for map display, avoidance of freeway/motorway, publishing speed limits, and route guidance timing.

  6. val DiminishedPriority: RoadUsage

    Indication that Pedestrians and Bikes have priority on a road that vehicles may also use at a reduced speed.

  7. val ExpressLane: RoadUsage

    An Express Lane is a lane or set of lanes usually physically separated from the major roadway with limited entry and exit points to quickly move traffic in and out of a major metropolitan city.

    An Express Lane is a lane or set of lanes usually physically separated from the major roadway with limited entry and exit points to quickly move traffic in and out of a major metropolitan city. An Express Lane can be reversible, bidirectional, or one-way and can be used to prioritise ongoing traffic to take the express lane.

  8. val LimitedAccess: RoadUsage

    Indicates separately digitised, high speed roads where traffic is controlled via ramps.

    Indicates separately digitised, high speed roads where traffic is controlled via ramps. Limited Access Road can be used for map display, freeway/motorway avoidance, and route guidance timing. In EMEA, Limited Access Road are complementary to Controlled Access road. In the rest of the world, Limited Access Road is the same as Controlled Access road.

  9. val PriorityRoad: RoadUsage

    Indicates road stretches that have signs indicating priority on the road.

    Indicates road stretches that have signs indicating priority on the road. On these roads all traffic has priority over the traffic on the incoming roads. Priority Road can be used for route planning to achieve lower fuel consumption

  10. val PublicAccess: RoadUsage

    Indicates if the segment is accessible to general public.

  11. val Ramp: RoadUsage

    Range is a ramp: connects roads that do not intersect at grade.

    Range is a ramp: connects roads that do not intersect at grade. Ramp allows explication of manoeuvres involving ramps (e.g., “Take the ramp”) and for route guidance when determining if sign text should be used.

  12. val Reversible: RoadUsage

    A reversible lane is a road which can be physically separated from the motorway that changes direction for a specific time frame.

    A reversible lane is a road which can be physically separated from the motorway that changes direction for a specific time frame. For example, all lanes are northbound in the morning then reversed to be southbound in the evening. Reversible is published if all lanes on the road are reversible, which means roads where all lanes are accessible in both directions at specific times of the day.

  13. val Tollway: RoadUsage

    Identifies a road for which a fee must be paid to use the road.Tollway may be used for map display (e.g., different rendering of toll roads) and routing.

    Identifies a road for which a fee must be paid to use the road.Tollway may be used for map display (e.g., different rendering of toll roads) and routing. Tollway is flagged on roads that require a fee for traversal.

  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped