Lane
public
final
class
Lane
extends Object
java.lang.Object | |
↳ | com.google.android.libraries.car.app.navigation.model.Lane |
Configuration of a single lane of a road at a particular point in the navigation.
A Lane
object describes all possible directions the driver could go from this lane,
and indicates which directions the driver could take to stay on the navigation route.
Summary
Nested classes | |
---|---|
class |
Lane.Builder
A builder of |
Public methods | |
---|---|
static
Lane.Builder
|
builder()
Constructs a new builder of |
boolean
|
equals(Object other)
|
int
|
hashCode()
|
String
|
toString()
|
Inherited methods | |
---|---|
Public methods
builder
public static Lane.Builder builder ()
Constructs a new builder of Lane
.
Returns | |
---|---|
Lane.Builder |
hashCode
public int hashCode ()
Returns | |
---|---|
int |
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-10-15 UTC.