Lane (API Reference)
Package com.here.sdk.navigation
Class Lane
java.lang.Object
com.here.sdk.navigation.Lane
A class that provides information for a lane.
-
Field Summary
FieldsModifier and TypeFieldDescriptionIndicates which vehicle types can access this lane.Indicates all the lane directions that are available for this lane.Indicates the lane directions that are on the route.Indicates the lane markings between the lanes.Indicates if this lane leads to the upcoming maneuvers.Indicates the properties of this lane. -
Constructor Summary
ConstructorsConstructorDescriptionLane(LaneType type, LaneAccess access, LaneMarkings laneMarkings, List<LaneDirection> directions, List<LaneDirection> directionsOnRoute) Creates a new instance.Lane(LaneType type, LaneRecommendationState recommendationState, LaneAccess access, LaneMarkings laneMarkings, List<LaneDirection> directions, List<LaneDirection> directionsOnRoute) Creates a new instance. -
Method Summary
-
Field Details
-
type
Indicates the properties of this lane. For example, it indicates whether parking is allowed, if it is an acceleration lane, an express lane, or other attributes.
-
recommendationState
Indicates if this lane leads to the upcoming maneuvers.
-
access
Indicates which vehicle types can access this lane.
-
laneMarkings
Indicates the lane markings between the lanes.
-
directions
Indicates all the lane directions that are available for this lane.
-
directionsOnRoute
Indicates the lane directions that are on the route. Following these directions keeps the driver on the route. This is a subset of
directions.
-
-
Constructor Details
-
Method Details