public abstract class
Lane
extends Object
Single lane on the road at the end of a route step.
THIS API IS A BETA RELEASE.
IT IS SUBJECT TO CHANGE AND BACKWARDS COMPATIBILITY IS NOT GUARANTEED
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.