Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
abstract Bearing.Builder |
angle(double angle)
Clockwise value from true north between 0 and 360.
|
abstract Bearing |
build()
This uses the provided parameters set using the
Bearing.Builder . |
abstract Bearing.Builder |
degrees(double degrees)
Range of degrees by which the angle can deviate.
|
T |
unrecognizedJsonProperties(java.util.Map<java.lang.String,com.google.gson.JsonElement> unrecognizedProperties)
Use this method to add parameters which are not present in the model yet but are supported
on the Directions API side in the response.
|
@NonNull public abstract Bearing.Builder angle(double angle)
angle
- value@NonNull public abstract Bearing.Builder degrees(double degrees)
degrees
- value@NonNull public abstract Bearing build()
Bearing.Builder
.Bearing
@NonNull public T unrecognizedJsonProperties(@Nullable java.util.Map<java.lang.String,com.google.gson.JsonElement> unrecognizedProperties)
unrecognizedProperties
- parameters to add to request