RoutingInfo
public
class
RoutingInfo
extends Object
implements
NavigationTemplate.NavigationInfo
java.lang.Object | |
↳ | com.google.android.libraries.car.app.navigation.model.RoutingInfo |
Represents routing information that can be shown in the NavigationTemplate
during
navigation
Summary
Nested classes | |
---|---|
class |
RoutingInfo.Builder
A builder of |
Public methods | |
---|---|
static
RoutingInfo.Builder
|
builder()
Constructs a new builder of |
boolean
|
equals(Object other)
|
int
|
hashCode()
|
String
|
toString()
|
Inherited methods | |
---|---|
Public methods
builder
public static RoutingInfo.Builder builder ()
Constructs a new builder of RoutingInfo
.
Returns | |
---|---|
RoutingInfo.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.