Trip
public
final
class
Trip
extends Object
java.lang.Object | |
↳ | com.google.android.libraries.car.app.navigation.model.Trip |
Represents information about a trip including destinations, steps, and travel estimates.
This information data may be displayed in different places in the car such as the instrument cluster screens and heads-up display.
Summary
Nested classes | |
---|---|
class |
Trip.Builder
A builder of |
Public methods | |
---|---|
static
Trip.Builder
|
builder()
Constructs a new builder of |
boolean
|
equals(Object other)
|
int
|
hashCode()
|
String
|
toString()
|
Inherited methods | |
---|---|
Public methods
builder
public static Trip.Builder builder ()
Constructs a new builder of Trip
.
Returns | |
---|---|
Trip.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.