public class TPLRouteDirection
extends java.lang.Object
implements android.os.Parcelable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<TPLRouteDirection> |
CREATOR |
Constructor and Description |
---|
TPLRouteDirection() |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
java.lang.String |
getCompleteText()
Returns complete text by concatenating Maneuver text and road name
|
int |
getDirectionEndIndex() |
int |
getDirectionStartIndex() |
java.util.ArrayList<LngLat> |
getGeomPolyline() |
double |
getLength() |
java.lang.String |
getManeuverType() |
java.lang.String |
getRoadName() |
double |
getRoundAboutExitAngle() |
int |
getRoundAboutExitNumber() |
java.lang.String |
getText() |
void |
setDirectionEndIndex(int directionEndIndex) |
void |
setDirectionStartIndex(int directionStartIndex) |
void |
setEta(long eta) |
void |
setGeomPolyline(java.util.ArrayList<LngLat> polyline) |
void |
setLength(double length) |
void |
setManeuverType(java.lang.String maneuverType) |
void |
setRoadName(java.lang.String roadName) |
void |
setRoundAboutExitAngle(double roundAboutExitAngle) |
void |
setRoundAboutExitNumber(int roundAboutExitNumber) |
void |
setText(java.lang.String text) |
void |
setTime(double time) |
void |
writeToParcel(android.os.Parcel parcel,
int flags) |
public static final android.os.Parcelable.Creator<TPLRouteDirection> CREATOR
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel parcel, int flags)
writeToParcel
in interface android.os.Parcelable
public double getLength()
public void setLength(double length)
public void setTime(double time)
public java.lang.String getText()
public void setText(java.lang.String text)
public java.lang.String getManeuverType()
public void setManeuverType(java.lang.String maneuverType)
public java.lang.String getRoadName()
public void setRoadName(java.lang.String roadName)
public void setEta(long eta)
public java.util.ArrayList<LngLat> getGeomPolyline()
public void setGeomPolyline(java.util.ArrayList<LngLat> polyline)
public int getDirectionStartIndex()
public void setDirectionStartIndex(int directionStartIndex)
public int getDirectionEndIndex()
public void setDirectionEndIndex(int directionEndIndex)
public int getRoundAboutExitNumber()
public void setRoundAboutExitNumber(int roundAboutExitNumber)
public double getRoundAboutExitAngle()
public void setRoundAboutExitAngle(double roundAboutExitAngle)
public java.lang.String getCompleteText()