CurrentSituationLaneView (API Reference)
Package com.here.sdk.navigation
Class CurrentSituationLaneView
java.lang.Object
com.here.sdk.navigation.CurrentSituationLaneView
A class that provides current situation lane assistance view information for the street at the current position of a single lane.
Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.
-
Field Summary
FieldsModifier and TypeFieldDescriptionIndicates which vehicle types can access this lane.Indicates towards which directions this lane leads.Indicates which lane directions are available for this lane.Indicates which lane directions are on the route.Indicates the lane markings between the lanes.Indicates this lane's properties. -
Constructor Summary
ConstructorsConstructorDescriptionCurrentSituationLaneView(LaneAccess access, LaneDirectionCategory directionCategory, LaneType type) Creates a new instance. -
Method Summary
-
Field Details
-
access
Indicates which vehicle types can access this lane.
-
directionCategory
Indicates towards which directions this lane leads.
-
type
Indicates this lane's properties.
-
laneMarkings
Indicates the lane markings between the lanes.
-
directions
Indicates which lane directions are available for this lane.
-
directionsOnRoute
Indicates which lane directions are on the route. Following those directions keeps the driver on the route.
-
-
Constructor Details
-
Method Details