public class RideUpdateParameters
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RideUpdateParameters.Builder
Builder for ride update parameters.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDropoffAddress()
Gets the dropoff location's address for this Ride update.
|
java.lang.Float |
getDropoffatitude()
Gets the dropoff location's Latitude for this Ride update.
|
java.lang.Float |
getDropoffLongitude()
Gets the dropoff location's Longitude for this Ride update.
|
java.lang.String |
getDropoffNickname()
Gets the dropoff location's nickname for this Ride update.
|
java.lang.String |
getDropoffPlaceId()
Gets the dropoff place identifier for this Ride update.
|
@Nullable public java.lang.Float getDropoffatitude()
@Nullable public java.lang.Float getDropoffLongitude()
@Nullable public java.lang.String getDropoffNickname()
@Nullable public java.lang.String getDropoffAddress()
@Nullable public java.lang.String getDropoffPlaceId()