Lane.Builder
public
static
final
class
Lane.Builder
extends Object
java.lang.Object
|
↳ |
com.google.android.libraries.car.app.navigation.model.Lane.Builder
|
A builder of Lane
.
Summary
Inherited methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
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
Builder
public Builder ()
Public methods
addDirection
public Lane.Builder addDirection (LaneDirection direction)
Adds a direction a driver can take from this lane.
Parameters |
direction |
LaneDirection |
build
public Lane build ()
Constructs the Lane
defined by this builder.