Lane

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
builder()
Returns a new Builder instance that allows building new Lane objects.
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

boolean
equals(Object arg0)
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

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.