public class Maneuver
extends BasePositioned
implements android.os.Parcelable
Modifier and Type | Class and Description |
---|---|
static class |
Maneuver.Type |
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<Maneuver> |
CREATOR |
Constructor and Description |
---|
Maneuver(double position,
Maneuver.Type type,
java.lang.String typeText,
java.lang.String name,
java.util.List<LaneInfo> laneInfoList) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
java.util.List<LaneInfo> |
getLaneInfo() |
java.lang.String |
getName() |
Maneuver.Type |
getType() |
java.lang.String |
getTypeText() |
void |
writeToParcel(android.os.Parcel parcel,
int flags) |
public static final android.os.Parcelable.Creator<Maneuver> CREATOR
public Maneuver(double position, Maneuver.Type type, java.lang.String typeText, java.lang.String name, java.util.List<LaneInfo> laneInfoList)
public Maneuver.Type getType()
public java.lang.String getTypeText()
public java.lang.String getName()
public java.util.List<LaneInfo> getLaneInfo()
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel parcel, int flags)
writeToParcel
in interface android.os.Parcelable