-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class TurnByTurnInfo implements Parcelable
Provides navigation signal of updating turn by turn list
-
-
Field Summary
Fields Modifier and Type Field Description private final Integer
stepIndex
private final Integer
turnAction
private final Integer
turnAssistAction
private final String
roadName
private final Boolean
tightTurn
private final List<ShieldInfo>
shieldInfoList
private final List<Name>
branchNames
private final List<Name>
towardsNames
-
Method Summary
Modifier and Type Method Description final Integer
getStepIndex()
final Integer
getTurnAction()
final Integer
getTurnAssistAction()
final String
getRoadName()
final Boolean
getTightTurn()
final List<ShieldInfo>
getShieldInfoList()
final List<Name>
getBranchNames()
final List<Name>
getTowardsNames()
-
-
Method Detail
-
getStepIndex
final Integer getStepIndex()
-
getTurnAction
final Integer getTurnAction()
-
getTurnAssistAction
final Integer getTurnAssistAction()
-
getRoadName
final String getRoadName()
-
getTightTurn
final Boolean getTightTurn()
-
getShieldInfoList
final List<ShieldInfo> getShieldInfoList()
-
getBranchNames
final List<Name> getBranchNames()
-
getTowardsNames
final List<Name> getTowardsNames()
-
-
-
-