AI-generated Key Takeaways
-
Lanerepresents a single lane on the road at the end of a route step in navigation. -
This API is in beta and subject to change, backward compatibility is not guaranteed.
-
Developers can build new
Laneobjects using the providedbuilder()method. -
laneDirections()returns the possible driving directions for a lane at the end of a route step.
Single lane on the road at the end of a route step.
Nested Class Summary
| class | Lane.Builder | A builder of Lane. |
|
Public Constructor Summary
|
Lane()
|
Public Method Summary
| static Lane.Builder | |
| abstract List<LaneDirection> |
laneDirections()
Returns the list of possible directions a driver can follow when using this lane at the end of
the respective route step.
|
Inherited Method Summary
Public Constructors
public Lane ()
Public Methods
public static Lane.Builder builder ()
Returns a new Builder instance that allows building new Lane objects.
public abstract List<LaneDirection> laneDirections ()
Returns the list of possible directions a driver can follow when using this lane at the end of the respective route step.