com.here.platform.location.integration.optimizedmap.navigationattributes
RoadUsage
Companion class RoadUsage
object RoadUsage extends Serializable
- Alphabetic
- By Inheritance
- RoadUsage
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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.
-
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.
-
val
DiminishedPriority: RoadUsage
Indication that Pedestrians and Bikes have priority on a road that vehicles may also use at a reduced speed.
-
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.
-
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.
-
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
-
val
PublicAccess: RoadUsage
Indicates if the segment is accessible to general public.
-
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.
-
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.
-
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.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()