Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
JavaScript Suite Documentation
NavigationJunction

NavigationJunction Class Reference

Constructors

Static Members

Constructors

new NavigationJunction()

Constructor for NavigationJunction.

Static Members

NavigationJunction.ALL_WAY_YIELD ⇒ String

Get the enum value for ALL_WAY_YIELD. Multiple way intersection that allows traffic to flow based on priority; most commonly right of way and first in, first out.

Kind: Static property of NavigationJunction
Returns: String - The enum value.

NavigationJunction.BIFURCATION ⇒ String

Get the enum value for BIFURCATION. A junction where the road splits off into two paths; a fork in the road.

Kind: Static property of NavigationJunction
Returns: String - The enum value.

NavigationJunction.JUGHANDLE ⇒ String

Get the enum value for JUGHANDLE. A junction where lefts diverge to the right, then curve to the left, converting a left turn to a crossing maneuver.

Kind: Static property of NavigationJunction
Returns: String - The enum value.

NavigationJunction.MULTI_CARRIAGEWAY ⇒ String

Get the enum value for MULTI_CARRIAGEWAY. A junction that has multiple intersections and paths.

Kind: Static property of NavigationJunction
Returns: String - The enum value.

NavigationJunction.REGULAR ⇒ String

Get the enum value for REGULAR. A junction that represents a standard intersection with a single road crossing another.

Kind: Static property of NavigationJunction
Returns: String - The enum value.

NavigationJunction.ROUNDABOUT ⇒ String

Get the enum value for ROUNDABOUT. A junction where traffic moves in a single direction around a central, non-traversable point to reach one of the connecting roads.

Kind: Static property of NavigationJunction
Returns: String - The enum value.

NavigationJunction.TRAVERSABLE_ROUNDABOUT ⇒ String

Get the enum value for TRAVERSABLE_ROUNDABOUT. Similar to a roundabout, however the center of the roundabout is fully traversable. Also known as a mini-roundabout.

Kind: Static property of NavigationJunction
Returns: String - The enum value.

NavigationJunction.TURN_AROUND ⇒ String

Get the enum value for TURN_AROUND. A junction designated for traffic turn arounds.

Kind: Static property of NavigationJunction
Returns: String - The enum value.

View on GitHub.com
Previous Section Next Section