Lane
public
final
class
Lane
extends Object
implements
VersionedParcelable
java.lang.Object
|
↳ |
androidx.car.cluster.navigation.Lane
|
Configuration of a single lane of a road at a particular point in the navigation. It describes
all possible directions the driver could go from this lane, and indicates which directions the
driver could take to stay in the navigation route.
Summary
Nested classes |
class |
Lane.Builder
Builder for creating a Lane
|
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 methods
equals
public boolean equals (Object o)
getDirections
public List<LaneDirection> getDirections ()
Returns all possible directions a driver can take from this lane.
hashCode
public int hashCode ()
toString
public String toString ()