public class RouteOptions
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Class and Description |
---|---|
static class |
RouteOptions.Builder |
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<RouteOptions> |
CREATOR |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
RouteOptionType |
getFerries() |
RouteOptionType |
getHighways() |
RouteOptionType |
getInternationalBorders() |
java.lang.String |
getLanguage() |
int |
getMaxRoutes() |
java.lang.Boolean |
getRallyMode() |
RouteOptionType |
getSeasonalClosures() |
SystemOfMeasurement |
getSystemOfMeasurementForDisplayText() |
RouteOptionType |
getTolls() |
RouteOptionType |
getUnpaved() |
void |
writeToParcel(android.os.Parcel parcel,
int flags) |
public static final android.os.Parcelable.Creator<RouteOptions> CREATOR
public int getMaxRoutes()
public RouteOptionType getFerries()
public RouteOptionType getHighways()
public RouteOptionType getTolls()
public RouteOptionType getUnpaved()
public RouteOptionType getInternationalBorders()
public RouteOptionType getSeasonalClosures()
public java.lang.Boolean getRallyMode()
public SystemOfMeasurement getSystemOfMeasurementForDisplayText()
public java.lang.String getLanguage()
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel parcel, int flags)
writeToParcel
in interface android.os.Parcelable